🐛 Fix login page in chinese instead of english

Introduced by PR #39 (commit 6ad27b43)
This commit is contained in:
Pierre Goiffon
2019-02-22 09:54:33 +01:00
parent 2d344e0209
commit b52e972a39

View File

@@ -81,6 +81,7 @@ EOF;
file_put_contents($sFilePath, $content);
}
}
Dict::SetUserLanguage($sUserLang);
}
static private function GetSerializedExpression($sClass, $sAttCode)