php5.2+ requires the interface to have the same default params as the implementation

This commit is contained in:
Ralf Becker 2007-04-17 05:57:22 +00:00
parent cb45908892
commit 6756894920

View File

@ -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