Fix NLS access.
authorJan Schneider <jan@horde.org>
Wed, 11 Aug 2010 16:31:33 +0000 (18:31 +0200)
committerJan Schneider <jan@horde.org>
Wed, 11 Aug 2010 16:31:33 +0000 (18:31 +0200)
horde/services/help/index.php

index b3bdbdc..d9a1ae9 100644 (file)
@@ -13,7 +13,7 @@ Horde_Registry::appInit('horde', array('authentication' => 'none'));
 
 $vars = Horde_Variables::getDefaultVariables();
 
-$rtl = isset(Horde_Nls::$config['rtl'][$language]);
+$rtl = isset($registry->nlsconfig['rtl'][$language]);
 $title = _("Help");
 $show = isset($vars->show)
     ? Horde_String::lower($vars->show)