From a327bfa0e7972b20040bf8d4eac01e348dd2770a Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 3 May 2010 14:01:46 +0200 Subject: [PATCH] Pass the application to Horde_Nls. --- framework/Auth/lib/Horde/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0