summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-07-20 07:22:58 +0200
committerlpsolit%gmail.com <>2007-07-20 07:22:58 +0200
commit03714c5aa950e2f24d8ff397b9401e0e7a38ad73 (patch)
tree0ff08f2e9baefdb37ef8c17945dfccb963c83662 /template/en/default/admin/users
parentaefd795110a03d07f16fd9e4ddb7888351982802 (diff)
downloadbugzilla-03714c5aa950e2f24d8ff397b9401e0e7a38ad73.tar.gz
bugzilla-03714c5aa950e2f24d8ff397b9401e0e7a38ad73.tar.xz
Bug 388171: User privs are not displayed correctly when deleting a user account - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/admin/users')
-rw-r--r--template/en/default/admin/users/confirm-delete.html.tmpl2
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>