From: Michael M Slusarz Date: Thu, 15 Jul 2010 16:41:27 +0000 (-0600) Subject: It is nlsconfig, not config X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b23849ab71f504f5431033519a53f2f661ee5417;p=horde.git It is nlsconfig, not config --- diff --git a/horde/services/portal/sidebar.php b/horde/services/portal/sidebar.php index cbefb1dd6..bed1fb647 100644 --- a/horde/services/portal/sidebar.php +++ b/horde/services/portal/sidebar.php @@ -266,7 +266,7 @@ function sidebar() exit; } - $rtl = isset($GLOBALS['registry']->config['rtl'][$language]); + $rtl = isset($GLOBALS['registry']->nlsconfig['rtl'][$language]); Horde::addScriptFile('prototype.js', 'horde'); Horde::addScriptFile('sidebar.js', 'horde'); require $GLOBALS['registry']->get('templates', 'horde') . '/portal/sidebar.inc';