From: Michael J. Rubinsky Date: Thu, 15 Jul 2010 15:36:03 +0000 (-0400) Subject: Horde_Nls::$config -> $registry->config X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2880cfd4bc2b368a01937af88b58b2a986d39b66;p=horde.git Horde_Nls::$config -> $registry->config --- diff --git a/horde/services/portal/sidebar.php b/horde/services/portal/sidebar.php index 433c7d7a2..cbefb1dd6 100644 --- a/horde/services/portal/sidebar.php +++ b/horde/services/portal/sidebar.php @@ -266,7 +266,7 @@ function sidebar() exit; } - $rtl = isset(Horde_Nls::$config['rtl'][$language]); + $rtl = isset($GLOBALS['registry']->config['rtl'][$language]); Horde::addScriptFile('prototype.js', 'horde'); Horde::addScriptFile('sidebar.js', 'horde'); require $GLOBALS['registry']->get('templates', 'horde') . '/portal/sidebar.inc';