It is nlsconfig, not config
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jul 2010 16:41:27 +0000 (10:41 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jul 2010 19:10:26 +0000 (13:10 -0600)
horde/services/portal/sidebar.php

index cbefb1d..bed1fb6 100644 (file)
@@ -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';