From a4e62a84e8c3ece127494d0b6db7820f606e32b5 Mon Sep 17 00:00:00 2001 From: secretr Date: Mon, 27 Jun 2011 10:03:25 +0000 Subject: [PATCH] another wrong forum redirect url --- e107_plugins/forum/forum_post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }