From 9677da2d95df1eb93a120e4855522a91491ab888 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Mon, 2 Apr 2012 23:50:52 +1000 Subject: [PATCH] small bug fix with thread moving --- mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.php b/mod.php index 6134784c..e30dee72 100644 --- a/mod.php +++ b/mod.php @@ -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);