From 66487dc00ee4ab928899e367d8832392231d1a90 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 8 Mar 2012 16:01:10 +0800 Subject: Bug 734010: incorrect user shown for non-comment changes --- .../template/en/default/hook/bug/comments-aftercomments.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/InlineHistory') diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl index 5ecf2f0d8..1777dfe68 100644 --- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl +++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl @@ -98,7 +98,7 @@ [% changer_id = operation.who.id %] [% UNLESS user_cache.$changer_id %] [% user_cache.$changer_id = BLOCK %] - [% INCLUDE global/user.html.tmpl who = comment.author %] + [% INCLUDE global/user.html.tmpl who = operation.who %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b