mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix, small cosmetic issue made in r9004 with sort urls
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9054 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
101107da97
commit
184d410b80
1 changed files with 2 additions and 1 deletions
|
@ -1261,8 +1261,9 @@ switch ($mode)
|
||||||
if ($mode)
|
if ($mode)
|
||||||
{
|
{
|
||||||
$params[] = "mode=$mode";
|
$params[] = "mode=$mode";
|
||||||
$sort_params[] = "mode=$mode";
|
|
||||||
}
|
}
|
||||||
|
$sort_params[] = "mode=$mode";
|
||||||
|
|
||||||
$pagination_url = append_sid("{$phpbb_root_path}memberlist.$phpEx", implode('&', $params));
|
$pagination_url = append_sid("{$phpbb_root_path}memberlist.$phpEx", implode('&', $params));
|
||||||
$sort_url = append_sid("{$phpbb_root_path}memberlist.$phpEx", implode('&', $sort_params));
|
$sort_url = append_sid("{$phpbb_root_path}memberlist.$phpEx", implode('&', $sort_params));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue