diff options
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')); ?> |