mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Remove dead code
This commit is contained in:
@@ -1079,7 +1079,7 @@ class User_Adapter implements User_Interface, cache_cacheableInterface
|
||||
|
||||
protected function load_notifications_preferences(Application $app)
|
||||
{
|
||||
$notifications = $app['events-manager']->list_notifications_available($this->id);
|
||||
$notifications = $app['events-manager']->list_notifications_available();
|
||||
|
||||
foreach ($notifications as $notification_group => $nots) {
|
||||
foreach ($nots as $notification) {
|
||||
|
Reference in New Issue
Block a user