diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 17:03:05 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 17:03:05 +0000 |
commit | c78c82123e6876541320ad4ebf2ba1e85a582fd0 (patch) | |
tree | 388fef612acb1b475b6a6b66b62e6f5b41eb5dcd | |
parent | e93165a9e14526cb40ca0b67a53a736e6dd0d6a8 (diff) | |
download | forums-c78c82123e6876541320ad4ebf2ba1e85a582fd0.tar forums-c78c82123e6876541320ad4ebf2ba1e85a582fd0.tar.gz forums-c78c82123e6876541320ad4ebf2ba1e85a582fd0.tar.bz2 forums-c78c82123e6876541320ad4ebf2ba1e85a582fd0.tar.xz forums-c78c82123e6876541320ad4ebf2ba1e85a582fd0.zip |
*cough*
git-svn-id: file:///svn/phpbb/trunk@7259 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/acp/acp_groups.php | 2 |
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) { |