mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
grrr
git-svn-id: file:///svn/phpbb/trunk@7442 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ab9586a7f3
commit
e3db0b78b0
@ -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'] = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user