fix install language
parent
5c42aef340
commit
69f74da711
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue