mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 23:45:20 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
62e288bc90
@ -405,7 +405,7 @@ class log implements \phpbb\log\log_interface
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = 'DELETE FROM ' . LOG_TABLE . "
|
$sql = 'DELETE FROM ' . $this->log_table . "
|
||||||
$sql_where";
|
$sql_where";
|
||||||
$this->db->sql_query($sql);
|
$this->db->sql_query($sql);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user