mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/11162] Fix inaccurately copy pasted comment.
PHPBB3-11162
This commit is contained in:
parent
69225bd0a6
commit
05053dacd3
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ function merge_topics($forum_id, $topic_ids, $to_topic_id)
|
||||||
// Message and return links
|
// Message and return links
|
||||||
$success_msg = 'POSTS_MERGED_SUCCESS';
|
$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);
|
phpbb_update_rows_avoiding_duplicates($db, TOPICS_WATCH_TABLE, 'topic_id', $topic_ids, $to_topic_id);
|
||||||
|
|
||||||
// Link to the new topic
|
// Link to the new topic
|
||||||
|
|
Loading…
Add table
Reference in a new issue