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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user