mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:01:36 +01:00
php5.2+ requires the interface to have the same default params as the implementation
This commit is contained in:
parent
cb45908892
commit
6756894920
@ -20,7 +20,7 @@ interface iface_notification {
|
||||
* @param object $_account
|
||||
* @param object $_preferences
|
||||
*/
|
||||
public function __construct( $_account, $_preferences );
|
||||
public function __construct( $_account=false, $_preferences=false );
|
||||
|
||||
/**
|
||||
* sends notification
|
||||
|
Loading…
Reference in New Issue
Block a user