fix install language

This commit is contained in:
qkqpttgf
2020-03-27 09:49:57 +08:00
committed by GitHub
parent 5c42aef340
commit 69f74da711
+1 -1
View File
@@ -118,7 +118,7 @@ function install()
if ($_GET['install2']) {
if ($_POST['admin']!='') {
$tmp['admin'] = $_POST['admin'];
$tmp['language'] = $_POST['language'];
$tmp['language'] = $_COOKIE['language'];
$response = setConfig($tmp);
if (api_error($response)) {
$html = api_error_msg($response);