From: Frédéric Buclin Date: Wed, 5 Jun 2013 19:06:13 +0000 (+0200) Subject: Remove tabs X-Git-Tag: bugzilla-4.4.1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1c7fbdb62a7aab39d05b3f3e8d0bbf603715d1;p=thirdparty%2Fbugzilla.git Remove tabs --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 768015f880..d6fbc0ab96 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -3910,7 +3910,7 @@ sub get_activity { $change{'added'} = $added; if ($comment_id) { - $operation->{comment_id} = $change{'comment'} = Bugzilla::Comment->new($comment_id); + $operation->{comment_id} = $change{'comment'} = Bugzilla::Comment->new($comment_id); } push (@$changes, \%change);