From: Jan Schneider Date: Tue, 10 Aug 2010 23:21:24 +0000 (+0200) Subject: Fix method name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3ee93298444a7f6a772b93412beb35d8d34d871b;p=horde.git Fix method name. --- diff --git a/imp/lib/Prefs/Ui.php b/imp/lib/Prefs/Ui.php index d019ee570..8c9741113 100644 --- a/imp/lib/Prefs/Ui.php +++ b/imp/lib/Prefs/Ui.php @@ -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());