Browse Source

small bug fix with thread moving

pull/40/head
Michael Save 12 years ago
parent
commit
9677da2d95
  1. 2
      mod.php

2
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);

Loading…
Cancel
Save