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 15:57:26 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-03-03 15:57:26 +0100
commit62ee1dc62640cc82b5ca520a2c118583b8d7e9ed (patch)
tree87e768a79d9e94d85cc96a71df74190c287484ee /template/en/default/email/bugmail.html.tmpl
parenta3310aa7a7c8e8f76a2a9c9adf59bc7346a6f752 (diff)
downloadbugzilla-62ee1dc62640cc82b5ca520a2c118583b8d7e9ed.tar.gz
bugzilla-62ee1dc62640cc82b5ca520a2c118583b8d7e9ed.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 d8138cf7f..8e30cff4b 100644
--- a/template/en/default/email/bugmail.html.tmpl
+++ b/template/en/default/email/bugmail.html.tmpl
@@ -47,10 +47,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 %]