summaryrefslogtreecommitdiff
path: root/includes/pages/admin_groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/admin_groups.php')
-rw-r--r--includes/pages/admin_groups.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/pages/admin_groups.php b/includes/pages/admin_groups.php
index ca6aba72..6ba2ceaf 100644
--- a/includes/pages/admin_groups.php
+++ b/includes/pages/admin_groups.php
@@ -27,6 +27,7 @@ function admin_groups()
FROM `GroupPrivileges`
JOIN `Privileges` ON (`GroupPrivileges`.`privilege_id` = `Privileges`.`id`)
WHERE `group_id`=?
+ ORDER BY `name`
', [$group['UID']]);
$privileges_html = [];