mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-13 04:13:29 +02:00
Merge pull request #4462 from marc1706/ticket/14796
[ticket/14796] Use log_table class member instead of table constant
This commit is contained in:
commit
4267cc3a43
@ -402,7 +402,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…
x
Reference in New Issue
Block a user