aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates/users/part.grouplist.php
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2014-06-24 00:50:36 +0530
committerraghunayyar <me@iraghu.com>2014-06-24 00:50:36 +0530
commit720fa33274aa24b77d09cd125bb72c5115c8602a (patch)
tree649fc013453ff6e18283a8efe01276e3539b2c7f /settings/templates/users/part.grouplist.php
parent2b4c2a7b146fc9317b0cb637397cc8a0594dbf0d (diff)
downloadnextcloud-server-720fa33274aa24b77d09cd125bb72c5115c8602a.tar.gz
nextcloud-server-720fa33274aa24b77d09cd125bb72c5115c8602a.zip
Better Logic to display user count for everyone.
Diffstat (limited to 'settings/templates/users/part.grouplist.php')
-rw-r--r--settings/templates/users/part.grouplist.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php
index 593c202f2c9..28f2236b1d7 100644
--- a/settings/templates/users/part.grouplist.php
+++ b/settings/templates/users/part.grouplist.php
@@ -19,7 +19,9 @@
</span>
</a>
<span class="utils">
- <span class="usercount"></span>
+ <span class="usercount">
+ <?php p($_["usercount"]); ?>
+ </span>
</span>
</li>