Fix events manager eroneous notification availability detection

This commit is contained in:
Romain Neutron
2013-11-08 18:24:17 +01:00
parent bea211074b
commit 866a3e94e0
15 changed files with 57 additions and 46 deletions

View File

@@ -190,10 +190,11 @@ class eventsmanager_notify_validate extends eventsmanager_notifyAbstract
}
/**
* @param integer $usr_id The id of the user to check
*
* @return boolean
*/
public function is_available()
public function is_available($usr_id)
{
return true;
}