mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Got my can of bug spray recharged at my local fire department :-)
- Fixed weird bug in Groups ACP git-svn-id: file:///svn/phpbb/trunk@5465 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -587,6 +587,8 @@ class acp_groups
|
|||||||
}
|
}
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
|
|
||||||
|
ksort($group_ary);
|
||||||
|
|
||||||
$special_toggle = false;
|
$special_toggle = false;
|
||||||
foreach ($group_ary as $type => $row_ary)
|
foreach ($group_ary as $type => $row_ary)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user