Fix method name.
authorJan Schneider <jan@horde.org>
Tue, 10 Aug 2010 23:21:24 +0000 (01:21 +0200)
committerJan Schneider <jan@horde.org>
Tue, 10 Aug 2010 23:24:19 +0000 (01:24 +0200)
imp/lib/Prefs/Ui.php

index d019ee5..8c97411 100644 (file)
@@ -672,7 +672,7 @@ class IMP_Prefs_Ui
         try {
             $curr_acl = $acl->getACL($folder);
         } catch (IMP_Exception $e) {
-            $GLOBALS['notification']->notify($e);
+            $GLOBALS['notification']->push($e);
             return '';
         }
         $canEdit = $acl->canEdit($folder, $GLOBALS['registry']->getAuth());