summaryrefslogtreecommitdiffstats
path: root/extensions/InlineHistory
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-03-08 09:01:10 +0100
committerByron Jones <bjones@mozilla.com>2012-03-08 09:01:10 +0100
commit66487dc00ee4ab928899e367d8832392231d1a90 (patch)
tree383c71cea1d1a5f614a0f14e1e120e22d29b54e8 /extensions/InlineHistory
parentce7a61ad5c0b5f8b8bddb717eac0b529a3970af9 (diff)
downloadbugzilla-66487dc00ee4ab928899e367d8832392231d1a90.tar.gz
bugzilla-66487dc00ee4ab928899e367d8832392231d1a90.tar.xz
Bug 734010: incorrect user shown for non-comment changes
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r--extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 %]