diff options
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/users/confirm-delete.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl index 5b28aad75..424f2396c 100644 --- a/template/en/default/admin/users/confirm-delete.html.tmpl +++ b/template/en/default/admin/users/confirm-delete.html.tmpl @@ -67,7 +67,7 @@ <tr> <th>Group set:</th> <td> - [% IF groups.size %] + [% IF otheruser.groups.size %] <ul> [% FOREACH group = otheruser.groups.keys %] <li>[% group FILTER html %]</li> |