From 7d33443002e5da146e506f92600ff456571ac84a Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 11 Dec 2013 04:30:11 +0800 Subject: Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with arbitrary tags) --- show_activity.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'show_activity.cgi') diff --git a/show_activity.cgi b/show_activity.cgi index 27096018f..b05c1c95a 100755 --- a/show_activity.cgi +++ b/show_activity.cgi @@ -54,8 +54,8 @@ my $bug = Bugzilla::Bug->check($id); # visible immediately due to replication lag. Bugzilla->switch_to_shadow_db; -($vars->{'operations'}, $vars->{'incomplete_data'}) = - Bugzilla::Bug::GetBugActivity($bug->id); +($vars->{'operations'}, $vars->{'incomplete_data'}) = + Bugzilla::Bug::GetBugActivity($bug->id, undef, undef, 1); $vars->{'bug'} = $bug; -- cgit v1.2.3-24-g4f1b