projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
041ae02
)
Fix method name.
author
Jan Schneider
<jan@horde.org>
Tue, 10 Aug 2010 23:21:24 +0000
(
01:21
+0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 10 Aug 2010 23:24:19 +0000
(
01:24
+0200)
imp/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/imp/lib/Prefs/Ui.php
b/imp/lib/Prefs/Ui.php
index
d019ee5
..
8c97411
100644
(file)
--- 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());