From: Jan Schneider Date: Wed, 11 Aug 2010 16:31:33 +0000 (+0200) Subject: Fix NLS access. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2f5bd68e0efca20e77c8195ca0742329ae4ee2a6;p=horde.git Fix NLS access. --- diff --git a/horde/services/help/index.php b/horde/services/help/index.php index b3bdbdc96..d9a1ae9f5 100644 --- a/horde/services/help/index.php +++ b/horde/services/help/index.php @@ -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)