1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2016-09-24 11:50:20 +02:00
commit 62e288bc90
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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);