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:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user