diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php index 1795e0417..c032011c9 100644 --- a/e107_plugins/forum/forum_post.php +++ b/e107_plugins/forum/forum_post.php @@ -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);*/ -?> \ No newline at end of file +?>