projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa09484
)
Specify application, there is no app on the stack at this point.
author
Jan Schneider
<jan@horde.org>
Mon, 17 May 2010 12:46:50 +0000
(14:46 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 17 May 2010 12:46:50 +0000
(14:46 +0200)
horde/login.php
patch
|
blob
|
history
diff --git
a/horde/login.php
b/horde/login.php
index
9d63bc2
..
a2f807b
100644
(file)
--- 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;