mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Change bug #47425 - IP data lost on pagination
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9684 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1247,7 +1247,7 @@ switch ($mode)
|
|||||||
'joined' => array('joined', ''),
|
'joined' => array('joined', ''),
|
||||||
'active' => array('active', ''),
|
'active' => array('active', ''),
|
||||||
'count' => (request_var('count', '') !== '') ? array('count', 0) : array('count', ''),
|
'count' => (request_var('count', '') !== '') ? array('count', 0) : array('count', ''),
|
||||||
'ipdomain' => array('ip', ''),
|
'ip' => array('ip', ''),
|
||||||
'first_char' => array('first_char', ''),
|
'first_char' => array('first_char', ''),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user