From e3db0b78b01111bf05122d4fee79e78d219f93ff Mon Sep 17 00:00:00 2001 From: David M Date: Mon, 30 Apr 2007 16:24:02 +0000 Subject: [PATCH] grrr git-svn-id: file:///svn/phpbb/trunk@7442 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/mcp/mcp_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php index 0cf90a7ad2..cb665d2253 100644 --- a/phpBB/includes/mcp/mcp_main.php +++ b/phpBB/includes/mcp/mcp_main.php @@ -622,7 +622,7 @@ function mcp_move_topic($topic_ids) $success_msg = (sizeof($topic_ids) == 1) ? 'TOPIC_MOVED_SUCCESS' : 'TOPICS_MOVED_SUCCESS'; // we must update the info, this post is being moved and is not the newest anymore - if ($forum_sync_data[$forum_id]['forum_last_post_id'] == $row_data['last_post_id'] && $row_data['']) + if ($forum_sync_data[$forum_id]['forum_last_post_id'] == $row_data['last_post_id']) { $forum_sync_data[$forum_id]['forum_last_post_id'] = 0; $forum_sync_data[$forum_id]['forum_last_post_subject'] = '';