small bug fix with thread moving
This commit is contained in:
parent
8b1dbe502e
commit
9677da2d95
4
mod.php
4
mod.php
@ -2758,9 +2758,9 @@
|
|||||||
$post['body_nomarkup']);
|
$post['body_nomarkup']);
|
||||||
|
|
||||||
$post['body'] = $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);
|
$newIDs[$post['id']] = $newPostID = post($post, false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user