From ba0765bf4dc468815e4fa45509010c0cd675e5b2 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 25 Nov 2013 16:21:03 +0800 Subject: Bug 793963: add the ability to tag comments with arbitrary tags r=dkl, a=glob --- show_activity.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'show_activity.cgi') diff --git a/show_activity.cgi b/show_activity.cgi index 31181a63b..1383dd018 100755 --- a/show_activity.cgi +++ b/show_activity.cgi @@ -38,7 +38,7 @@ my $bug = Bugzilla::Bug->check($id); # visible immediately due to replication lag. Bugzilla->switch_to_shadow_db; -($vars->{'operations'}, $vars->{'incomplete_data'}) = $bug->get_activity; +($vars->{'operations'}, $vars->{'incomplete_data'}) = $bug->get_activity(undef, undef, 1); $vars->{'bug'} = $bug; -- cgit v1.2.3-24-g4f1b