diff --git a/interface/web/login/password_reset.php b/interface/web/login/password_reset.php index 02c71f2948383a02202dfc4b53e83f2a5a2bbc46..1550ae8af261f6e895d660b0780502f7f0d45fdf 100644 --- a/interface/web/login/password_reset.php +++ b/interface/web/login/password_reset.php @@ -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;