summaryrefslogtreecommitdiffstats
path: root/template/en/default/email/bugmail.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-03-03 16:00:27 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-03-03 16:00:27 +0100
commitc4d48bbcc731852975f27365d1af7e27e6db5d57 (patch)
treeea6918403fbc8a47d98c195d0d6e1773d6bd8e50 /template/en/default/email/bugmail.html.tmpl
parent8b96a54f4a0aa35a6bcc815c4dbaedac7824fbc0 (diff)
downloadbugzilla-c4d48bbcc731852975f27365d1af7e27e6db5d57.tar.gz
bugzilla-c4d48bbcc731852975f27365d1af7e27e6db5d57.tar.xz
Bug 731586: Email notifications about status changes in blockers are incorrectly formatted
r=dkl a=LpSolit
Diffstat (limited to 'template/en/default/email/bugmail.html.tmpl')
-rw-r--r--template/en/default/email/bugmail.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl
index ac4727811..fa3a447d7 100644
--- a/template/en/default/email/bugmail.html.tmpl
+++ b/template/en/default/email/bugmail.html.tmpl
@@ -59,10 +59,10 @@
[% BLOCK generate_diffs %]
[% SET in_table = 0 %]
- [% last_changer = "" %]
+ [% last_changer = 0 %]
[% FOREACH change = diffs %]
- [% IF !isnew && change.who.login != last_changer %]
- [% last_changer = change.who.login %]
+ [% IF !isnew && changer.id != last_changer %]
+ [% last_changer = changer.id %]
[% IF in_table == 1 %]
</table>
[% SET in_table = 0 %]