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

Merge pull request #1065 from skcihmit/patch-1

Update forum_post.php redirection link.
This commit is contained in:
Cameron
2015-06-21 08:18:46 -07:00

View File

@@ -1046,7 +1046,7 @@ class forum_post_handler
// $url = e107::getUrl()->create('forum/thread/post', "id={$this->data['post_id']}", 'encode=0&full=1'); // XXX what data is available, find thread name
$url = e107::url('forum','topic',$this->data,true); // ."&f=post";
$url = e107::url('forum','topic',$this->data); // ."&f=post";
$this->redirect($url);
@@ -1780,4 +1780,4 @@ function image_getsize($fname)
require_once(FOOTERF);*/
?>
?>