diff options
Diffstat (limited to 'settings/templates/users/part.grouplist.php')
-rw-r--r-- | settings/templates/users/part.grouplist.php | 4 |
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> |