From c5d33db7dbe5d310ad9e9574da030eadbd1c90d3 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 14 Dec 2011 14:20:17 +0100 Subject: Bug 169752: Activity log should fuse data fields split because they didn't fit r=glob a=LpSolit --- attachment.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'attachment.cgi') diff --git a/attachment.cgi b/attachment.cgi index 504ade424..b577f7415 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -676,8 +676,7 @@ sub update { if (defined $cgi->param('delta_ts') && $cgi->param('delta_ts') ne $attachment->modification_time) { - ($vars->{'operations'}) = - Bugzilla::Bug::GetBugActivity($bug->id, $attachment->id, $cgi->param('delta_ts')); + ($vars->{'operations'}) = $bug->get_activity($attachment->id, $cgi->param('delta_ts')); # The token contains the old modification_time. We need a new one. $cgi->param('token', issue_hash_token([$attachment->id, $attachment->modification_time])); -- cgit v1.2.3-24-g4f1b