small bug fix with thread moving

This commit is contained in:
Michael Save 2012-04-02 23:50:52 +10:00
parent 8b1dbe502e
commit 9677da2d95

View File

@ -2758,9 +2758,9 @@
$post['body_nomarkup']);
$post['body'] = $post['body_nomarkup'];
$post['tracked_cites'] = markup($post['body'], true);
}
}
$post['tracked_cites'] = markup($post['body'], true);
$newIDs[$post['id']] = $newPostID = post($post, false);