From: Jan Schneider Date: Wed, 11 Aug 2010 13:48:16 +0000 (+0200) Subject: Need $notification too. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0be481aef78ce780e3ca6d977d2c5159a5bde10b;p=horde.git Need $notification too. --- 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();