1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Do not jump back to page 1 when hiding member search in memberlist. Closes #32515

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8830 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith
2008-09-05 18:54:49 +00:00
parent 9b20a520e3
commit d1606c5f78
2 changed files with 2 additions and 0 deletions

View File

@@ -1212,6 +1212,7 @@ switch ($mode)
// We do not use request_var() here directly to save some calls (not all variables are set)
$check_params = array(
'start' => array('start', 0),
'g' => array('g', 0),
'sk' => array('sk', $default_key),
'sd' => array('sd', 'a'),