From 0be481aef78ce780e3ca6d977d2c5159a5bde10b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 11 Aug 2010 15:48:16 +0200 Subject: [PATCH] Need $notification too. --- horde/lib/Ui/Sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/lib/Ui/Sidebar.php b/horde/lib/Ui/Sidebar.php index 62a175093..2edaa670c 100644 --- 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(); -- 2.11.0