mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14804] Fix undefined $topic_data after trying to port 3.2 changes to 3.1
PHPBB3-14804
This commit is contained in:
@@ -476,7 +476,7 @@ function merge_topics($forum_id, $topic_ids, $to_topic_id)
|
|||||||
$to_forum_id = $to_topic_data['forum_id'];
|
$to_forum_id = $to_topic_data['forum_id'];
|
||||||
|
|
||||||
move_posts($post_id_list, $to_topic_id, false);
|
move_posts($post_id_list, $to_topic_id, false);
|
||||||
add_log('mod', $to_forum_id, $to_topic_id, 'LOG_MERGE', $topic_data['topic_title']);
|
add_log('mod', $to_forum_id, $to_topic_id, 'LOG_MERGE', $to_topic_data['topic_title']);
|
||||||
|
|
||||||
// Message and return links
|
// Message and return links
|
||||||
$success_msg = 'POSTS_MERGED_SUCCESS';
|
$success_msg = 'POSTS_MERGED_SUCCESS';
|
||||||
|
Reference in New Issue
Block a user