Merge branch '3.1.x' into 3.2.x

This commit is contained in:
Marc Alexander 2016-09-24 11:50:17 +02:00
commit 713f25e552
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);