From 73604323ff9a2d1414b4f5c0722024811e08ecdf Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 17 May 2010 14:46:50 +0200 Subject: [PATCH] Specify application, there is no app on the stack at this point. --- horde/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/login.php b/horde/login.php index 9d63bc238..a2f807bb3 100644 --- a/horde/login.php +++ b/horde/login.php @@ -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; -- 2.11.0