mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9657] Fix a little error when moving softdeleted topics
PHPBB3-9657
This commit is contained in:
parent
0297b88aaf
commit
8c5ff0775a
1 changed files with 0 additions and 1 deletions
|
@ -498,7 +498,6 @@ function mcp_move_topic($topic_ids)
|
||||||
$posts_moved_unapproved += $topic_info['topic_posts_unapproved'];
|
$posts_moved_unapproved += $topic_info['topic_posts_unapproved'];
|
||||||
$posts_moved_softdeleted += $topic_info['topic_posts_softdeleted'];
|
$posts_moved_softdeleted += $topic_info['topic_posts_softdeleted'];
|
||||||
}
|
}
|
||||||
$topics_moved = sizeof($topic_data);
|
|
||||||
|
|
||||||
$db->sql_transaction('begin');
|
$db->sql_transaction('begin');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue