From: Jan Schneider Date: Mon, 17 May 2010 12:46:50 +0000 (+0200) Subject: Specify application, there is no app on the stack at this point. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=73604323ff9a2d1414b4f5c0722024811e08ecdf;p=horde.git Specify application, there is no app on the stack at this point. --- 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;