1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge pull request #3158 from prototech/ticket/13354

[ticket/13354] Fix incorrect column name when deleting all topic logs.
This commit is contained in:
Joas Schilling
2014-11-22 12:08:33 +01:00

View File

@@ -137,7 +137,7 @@ class mcp_logs
if ($mode == 'topic_logs')
{
$conditions['topic_logs'] = $topic_id;
$conditions['topic_id'] = $topic_id;
}
$phpbb_log->delete('mod', $conditions);