1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

another wrong forum redirect url

This commit is contained in:
secretr
2011-06-27 10:03:25 +00:00
parent 0293a0968f
commit a4e62a84e8

View File

@@ -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;
}