mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/9657] Fix a little error when moving softdeleted topics
PHPBB3-9657
This commit is contained in:
@@ -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');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user