diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index fd0b53853b..71ae800171 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -706,7 +706,7 @@ class auth_admin extends auth $sql = "SELECT auth_value, is_global, is_local FROM " . ACL_OPTIONS_TABLE . " - ORDER BY is_global, is_local, auth_value"; + ORDER BY auth_option_id"; $result = $db->sql_query($sql); while ($row = $db->sql_fetchrow($result))