mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +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
|
||||
***************************/
|
||||
function query($query) {
|
||||
list($query) = $this->escape_input($query);
|
||||
|
||||
return mysqli_query($this->dblink,$query);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user