summaryrefslogtreecommitdiffstats
path: root/template/en/default/email/bugmail.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/email/bugmail.html.tmpl')
-rw-r--r--template/en/default/email/bugmail.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl
index a5fc25ee3..1a604b3b1 100644
--- a/template/en/default/email/bugmail.html.tmpl
+++ b/template/en/default/email/bugmail.html.tmpl
@@ -68,8 +68,8 @@
[% SET in_table = 0 %]
[% last_changer = 0 %]
[% FOREACH change = diffs %]
- [% IF !isnew && changer.id != last_changer %]
- [% last_changer = changer.id %]
+ [% IF !isnew && change.who.id != last_changer %]
+ [% last_changer = change.who.id %]
[% IF in_table == 1 %]
</table>
[% SET in_table = 0 %]