aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_groups.php')
-rw-r--r--phpBB/includes/acp/acp_groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_groups.php b/phpBB/includes/acp/acp_groups.php
index 236758b277..128cea2cb9 100644
--- a/phpBB/includes/acp/acp_groups.php
+++ b/phpBB/includes/acp/acp_groups.php
@@ -728,7 +728,7 @@ class acp_groups
$db->sql_freeresult($result);
// The order is... normal, then special
- asort($cached_group_data);
+ ksort($cached_group_data);
foreach ($cached_group_data as $type => $row_ary)
{