Specify application, there is no app on the stack at this point.
authorJan Schneider <jan@horde.org>
Mon, 17 May 2010 12:46:50 +0000 (14:46 +0200)
committerJan Schneider <jan@horde.org>
Mon, 17 May 2010 12:46:50 +0000 (14:46 +0200)
horde/login.php

index 9d63bc2..a2f807b 100644 (file)
@@ -177,7 +177,7 @@ if ($error_reason) {
     $registry->setupSessionHandler();
     @session_start();
 
-    Horde_Nls::setLanguageEnvironment($language);
+    Horde_Nls::setLanguageEnvironment($language, $app);
 
     /* Hook to preselect the correct language in the widget. */
     $_GET['new_lang'] = $language;