mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge branch '3.1.x' into 3.2.x
This commit is contained in:
commit
713f25e552
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ class log implements \phpbb\log\log_interface
|
|||
}
|
||||
}
|
||||
|
||||
$sql = 'DELETE FROM ' . LOG_TABLE . "
|
||||
$sql = 'DELETE FROM ' . $this->log_table . "
|
||||
$sql_where";
|
||||
$this->db->sql_query($sql);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue