mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
@@ -92,11 +92,11 @@ class forum_post_handler
|
||||
|
||||
function checkForumJump()
|
||||
{
|
||||
if(isset($_POST['fjsubmit']))
|
||||
/*if(isset($_POST['fjsubmit']))
|
||||
{
|
||||
$this->redirect(e107::getUrl()->create('forum/forum/view', array('id'=>(int) $_POST['forumjump']), '', 'full=1&encode=0'));
|
||||
exit;
|
||||
}
|
||||
}*/
|
||||
|
||||
if (!e_QUERY || empty($_GET['id']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user