mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02: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:
@@ -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));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user