[ticket/11162] Fix inaccurately copy pasted comment.

PHPBB3-11162
This commit is contained in:
Oleg Pudeyev 2012-12-01 20:24:25 -05:00
parent 69225bd0a6
commit 05053dacd3

View file

@ -414,7 +414,7 @@ function merge_topics($forum_id, $topic_ids, $to_topic_id)
// Message and return links
$success_msg = 'POSTS_MERGED_SUCCESS';
// If the topic no longer exist, we will update the topic watch table.
// Update the topic watch table.
phpbb_update_rows_avoiding_duplicates($db, TOPICS_WATCH_TABLE, 'topic_id', $topic_ids, $to_topic_id);
// Link to the new topic