1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Fixes #1290, Fixes #1279 Forum backward compatibility issues.

This commit is contained in:
Cameron
2016-01-13 18:07:05 -08:00
parent d396bf8dc9
commit 7a564f639d
10 changed files with 120 additions and 43 deletions

View File

@@ -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']))
{