From b23849ab71f504f5431033519a53f2f661ee5417 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 15 Jul 2010 10:41:27 -0600 Subject: [PATCH] It is nlsconfig, not config --- horde/services/portal/sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.11.0