projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734fe07
)
Need $notification too.
author
Jan Schneider
<jan@horde.org>
Wed, 11 Aug 2010 13:48:16 +0000
(15:48 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 11 Aug 2010 15:34:55 +0000
(17:34 +0200)
horde/lib/Ui/Sidebar.php
patch
|
blob
|
history
diff --git
a/horde/lib/Ui/Sidebar.php
b/horde/lib/Ui/Sidebar.php
index
62a1750
..
2edaa67
100644
(file)
--- a/
horde/lib/Ui/Sidebar.php
+++ b/
horde/lib/Ui/Sidebar.php
@@
-22,7
+22,7
@@
class Horde_Ui_Sidebar
*/
public function getTree()
{
- global $conf, $injector, $prefs, $registry;
+ global $conf, $injector, $prefs, $registry
, $notification
;
$apps = $cache = $children = $menu = array();