diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index ad84521dc..dffc5dff8 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -186,7 +186,7 @@ </span> <span class="bz_comment_user_images"> - [% FOREACH group = comment.author.direct_group_membership %] + [% FOREACH group = comment.author.groups %] [% NEXT UNLESS group.icon_url %] <img src="[% group.icon_url FILTER html %]" alt="[% group.name FILTER html %]" |