mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +00:00
Update index.php
This commit is contained in:
parent
0a402b5201
commit
0c727618c0
|
@ -226,7 +226,7 @@ function relay_mysql_query($params, $mysqli) {
|
|||
}
|
||||
$query_result = $mysqli->query($query);
|
||||
|
||||
if (!$mysqli->error) {
|
||||
if ($mysqli->error) {
|
||||
return array(
|
||||
"success" => false,
|
||||
"error" => array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user