forked from extern/egroupware
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