mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 08:53:05 +02:00
Paul did a whoopsie
git-svn-id: file:///svn/phpbb/trunk@3661 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -26,7 +26,7 @@ include($phpbb_root_path . 'common.'.$phpEx);
|
|||||||
|
|
||||||
|
|
||||||
// Start initial var setup
|
// Start initial var setup
|
||||||
$forum_id = (isset($_GET['f'])) ? max(intval($_GET['f']), 0) : 0;
|
$forum_id = (isset($_REQUEST['f'])) ? max(intval($_REQUEST['f']), 0) : 0;
|
||||||
$start = (isset($_GET['start'])) ? max(intval($_GET['start']), 0) : 0;
|
$start = (isset($_GET['start'])) ? max(intval($_GET['start']), 0) : 0;
|
||||||
$mark_read = (!empty($_GET['mark'])) ? $_GET['mark'] : '';
|
$mark_read = (!empty($_GET['mark'])) ? $_GET['mark'] : '';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user