mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 07:37:13 +00:00
fix: db query function should not have duplicate escaping
This commit is contained in:
@@ -3643,8 +3643,6 @@ class MYSQLi_DB {
|
|||||||
References: Query
|
References: Query
|
||||||
***************************/
|
***************************/
|
||||||
function query($query) {
|
function query($query) {
|
||||||
list($query) = $this->escape_input($query);
|
|
||||||
|
|
||||||
return mysqli_query($this->dblink,$query);
|
return mysqli_query($this->dblink,$query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user