1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/9657] Fix a little error when moving softdeleted topics

PHPBB3-9657
This commit is contained in:
Joas Schilling
2013-07-12 15:42:28 -04:00
parent 0297b88aaf
commit 8c5ff0775a

View File

@@ -498,7 +498,6 @@ function mcp_move_topic($topic_ids)
$posts_moved_unapproved += $topic_info['topic_posts_unapproved'];
$posts_moved_softdeleted += $topic_info['topic_posts_softdeleted'];
}
$topics_moved = sizeof($topic_data);
$db->sql_transaction('begin');