fixes for php 7

This commit is contained in:
Abdulrahman
2019-06-06 02:58:04 +03:00
parent cd43cd9ed1
commit 542a2678ef
2 changed files with 2 additions and 2 deletions

View File

@@ -474,7 +474,7 @@ class KleejaDatabase
return false;
}
[$error_no, $error_msg] = $this->get_error();
list($error_no, $error_msg) = $this->get_error();
$error_sql = @current($this->debugr[$this->query_num+1]);
//some ppl want hide their table names