Skip to content

Commit 01bf506

Browse files
author
Marius Burkard
committed
Merge branch 'bugfix/5545-pw-reset-is-always-english' into 'stable-3.1'
#5545 pw reset is always english See merge request ispconfig/ispconfig3!966
2 parents 2c03df2 + 3d4981e commit 01bf506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/login/password_reset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
$app->tpl_defaults();
4545

46-
include ISPC_ROOT_PATH.'/web/login/lib/lang/'.$app->functions->check_language($_SESSION['s']['language']).'.lng';
46+
include ISPC_ROOT_PATH.'/web/login/lib/lang/'.$app->functions->check_language($conf['language']).'.lng';
4747
$app->tpl->setVar($wb);
4848
$continue = true;
4949

0 commit comments

Comments
 (0)