Skip to content
Snippets Groups Projects
Commit 01bf506b authored by Marius Burkard's avatar Marius Burkard
Browse files

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
parents 2c03df2a 3d4981e3
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ $app->tpl->setInclude('content_tpl', 'templates/password_reset.htm');
$app->tpl_defaults();
include ISPC_ROOT_PATH.'/web/login/lib/lang/'.$app->functions->check_language($_SESSION['s']['language']).'.lng';
include ISPC_ROOT_PATH.'/web/login/lib/lang/'.$app->functions->check_language($conf['language']).'.lng';
$app->tpl->setVar($wb);
$continue = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment