diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php index ea841ddd5..2f134bed3 100644 --- a/e107_plugins/forum/forum_post.php +++ b/e107_plugins/forum/forum_post.php @@ -399,7 +399,7 @@ if (isset($_POST['update_thread'])) $forum->threadUpdate($postInfo['post_thread'], $threadVals); $forum->postUpdate($postInfo['post_id'], $postVals); $e107cache->clear('newforumposts'); - $url = $e107->url->getUrl('forum', 'thread', "func=post&id={$postInfo['post_id']}"); + $url = $e107->url->getUrl('forum', 'thread', "func=post&id={$postInfo['post_id']}&raw=1"); header('location:'.$url); exit; }