From 17e640af22d07c5ecede6ae1b6d1a89509e104a9 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 25 Feb 2014 10:21:10 +0100 Subject: [PATCH] set admin gid to Admins filter. I.e. hard-coding the admin group, but this is OC reality atm - other admin groups are not possible. --- settings/templates/users/part.grouplist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 7833bb69a1a..51351733d0d 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -17,7 +17,7 @@ -
  • +
  • t('Admins')); ?> 0) { p(count($adminGroup['useringroup'])); } ?> -- 2.39.5