Horde_Nls::$config -> $registry->config
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 15 Jul 2010 15:36:03 +0000 (11:36 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 15 Jul 2010 15:36:03 +0000 (11:36 -0400)
horde/services/portal/sidebar.php

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