diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php index 2f134bed3..b5ebcb20a 100644 --- a/e107_plugins/forum/forum_post.php +++ b/e107_plugins/forum/forum_post.php @@ -426,7 +426,7 @@ if (isset($_POST['update_reply'])) $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; }