mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix events manager eroneous notification availability detection
This commit is contained in:
@@ -11,7 +11,7 @@ abstract class eventsmanager_notifyAbstract extends eventsmanager_eventAbstract
|
||||
|
||||
abstract public function datas($datas, $unread);
|
||||
|
||||
public function is_available()
|
||||
public function is_available($usr_id)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user