projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da0ed1
)
Fix Horde_Perms usage; remove duplicate notices
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 19 Feb 2010 06:14:52 +0000
(23:14 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 19 Feb 2010 06:14:52 +0000
(23:14 -0700)
horde/admin/perms/index.php
patch
|
blob
|
history
diff --git
a/horde/admin/perms/index.php
b/horde/admin/perms/index.php
index
a03a7f3
..
16f402f
100644
(file)
--- a/
horde/admin/perms/index.php
+++ b/
horde/admin/perms/index.php
@@
-18,8
+18,7
@@
$title = _("Permissions Administration");
require HORDE_TEMPLATES . '/common-header.inc';
require HORDE_TEMPLATES . '/admin/menu.inc';
-$ui = new Horde_Perms_Ui($perms);
-$notification->notify();
+$ui = new Horde_Perms_Ui($injector->getInstance('Horde_Perms'));
$ui->renderTree($perm_id);
require HORDE_TEMPLATES . '/common-footer.inc';