From: Jan Schneider Date: Mon, 3 May 2010 12:01:46 +0000 (+0200) Subject: Pass the application to Horde_Nls. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a327bfa0e7972b20040bf8d4eac01e348dd2770a;p=horde.git Pass the application to Horde_Nls. --- diff --git a/framework/Auth/lib/Horde/Auth.php b/framework/Auth/lib/Horde/Auth.php index c60b364a5..de6d921c1 100644 --- a/framework/Auth/lib/Horde/Auth.php +++ b/framework/Auth/lib/Horde/Auth.php @@ -752,7 +752,7 @@ class Horde_Auth /* Reload preferences for the new user. */ $GLOBALS['registry']->loadPrefs(); - Horde_Nls::setLanguageEnvironment($GLOBALS['prefs']->getValue('language')); + Horde_Nls::setLanguageEnvironment($GLOBALS['prefs']->getValue('language'), $app); if (!empty($options['nologin'])) { return true;