diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-07-08 20:05:51 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-07-09 14:32:10 +0200 |
commit | e2c935d6fb05d340164a941bc05f616e2fcbb5d7 (patch) | |
tree | 58da33401c1e3628fdf227560490c6e64ed6dd8e /settings/templates | |
parent | 5e5a02cc2f377e231176e56649168e120d14b177 (diff) | |
download | nextcloud-server-e2c935d6fb05d340164a941bc05f616e2fcbb5d7.tar.gz nextcloud-server-e2c935d6fb05d340164a941bc05f616e2fcbb5d7.zip |
increase/decrease everyone count on user creation/deletion
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users/part.grouplist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 588c2e6202c..c5e85fa3534 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -12,7 +12,7 @@ </form> </li> <!-- Everyone --> - <li data-gid="" class="isgroup"> + <li data-gid="_everyone" data-usercount="<?php p($_["usercount"]); ?>" class="isgroup"> <a href="#"> <span class="groupname"> <?php p($l->t('Everyone')); ?> |