mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
de526b2705
commit
8c4b5f9a79
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue