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) {