Skip to content
Snippets Groups Projects
Commit 17e640af authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

set admin gid to Admins filter. I.e. hard-coding the admin group, but this is...

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.
parent 506e065f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
<!-- The Admin Group -->
<?php foreach($_["adminGroup"] as $adminGroup): ?>
<li>
<li data-gid="admin">
<a href="#"><?php p($l->t('Admins')); ?></a>
<span class="utils">
<span class="usercount"><?php if(count($adminGroup['useringroup']) > 0) { p(count($adminGroup['useringroup'])); } ?></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment