From 3ee93298444a7f6a772b93412beb35d8d34d871b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 11 Aug 2010 01:21:24 +0200 Subject: [PATCH] Fix method name. --- imp/lib/Prefs/Ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.11.0