From c78c82123e6876541320ad4ebf2ba1e85a582fd0 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 1 Apr 2007 17:03:05 +0000 Subject: [PATCH] *cough* git-svn-id: file:///svn/phpbb/trunk@7259 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {