From 62ee1dc62640cc82b5ca520a2c118583b8d7e9ed Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 3 Mar 2012 15:57:26 +0100 Subject: Bug 731586: Email notifications about status changes in blockers are incorrectly formatted r=dkl a=LpSolit --- template/en/default/email/bugmail.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/email/bugmail.html.tmpl') 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 %] [% SET in_table = 0 %] -- cgit v1.2.3-24-g4f1b