diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-01 20:24:25 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-01 23:09:32 -0500 |
commit | 05053dacd350c6bacd529df803bdc9876104a278 (patch) | |
tree | 8def5f351803b7cc19fc9c66968e25e270c61718 /phpBB | |
parent | 69225bd0a6005e81b7cb58631eb5de7c3d175697 (diff) | |
download | forums-05053dacd350c6bacd529df803bdc9876104a278.tar forums-05053dacd350c6bacd529df803bdc9876104a278.tar.gz forums-05053dacd350c6bacd529df803bdc9876104a278.tar.bz2 forums-05053dacd350c6bacd529df803bdc9876104a278.tar.xz forums-05053dacd350c6bacd529df803bdc9876104a278.zip |
[ticket/11162] Fix inaccurately copy pasted comment.
PHPBB3-11162
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/mcp/mcp_forum.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_forum.php b/phpBB/includes/mcp/mcp_forum.php index 913c55a9d1..e392bef157 100644 --- a/phpBB/includes/mcp/mcp_forum.php +++ b/phpBB/includes/mcp/mcp_forum.php @@ -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 |