We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c03df2 + 3d4981e commit 01bf506Copy full SHA for 01bf506
interface/web/login/password_reset.php
@@ -43,7 +43,7 @@
43
44
$app->tpl_defaults();
45
46
-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';
47
$app->tpl->setVar($wb);
48
$continue = true;
49
0 commit comments