mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 22:58:10 +01: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:
parent
e77f7e2a81
commit
8f60b757b8
@ -1247,7 +1247,7 @@ switch ($mode)
|
||||
'joined' => array('joined', ''),
|
||||
'active' => array('active', ''),
|
||||
'count' => (request_var('count', '') !== '') ? array('count', 0) : array('count', ''),
|
||||
'ipdomain' => array('ip', ''),
|
||||
'ip' => array('ip', ''),
|
||||
'first_char' => array('first_char', ''),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user