1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 23:57:29 +02:00

Fix switching language in compiled version

This commit is contained in:
Jakub Vrana
2012-09-16 06:08:00 -07:00
parent ebbb35a0c3
commit 57d0c4c6f5
2 changed files with 2 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ if ($_SESSION["translations_version"] != ' . $translations_version . ') {
$translations = array();
$_SESSION["translations_version"] = ' . $translations_version . ';
}
if ($_GET["lang"] || !$translations) {
if (!$translations) {
switch ($LANG) {' . $return . '
}
$translations = array();