mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/13354] Fix incorrect column name when deleting all topic logs.
PHPBB3-13354
This commit is contained in:
parent
f719803fdc
commit
8d8c2930d2
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class mcp_logs
|
||||||
|
|
||||||
if ($mode == 'topic_logs')
|
if ($mode == 'topic_logs')
|
||||||
{
|
{
|
||||||
$conditions['topic_logs'] = $topic_id;
|
$conditions['topic_id'] = $topic_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpbb_log->delete('mod', $conditions);
|
$phpbb_log->delete('mod', $conditions);
|
||||||
|
|
Loading…
Add table
Reference in a new issue