From: Frédéric Buclin Date: Wed, 5 Jun 2013 19:04:42 +0000 (+0200) Subject: Remove tabs X-Git-Tag: bugzilla-4.5.1~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb45718c677f941ef0ec214cf87ce6bb85f0fa4e;p=thirdparty%2Fbugzilla.git Remove tabs --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 6eaed9357e..fc704df5e9 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -3953,7 +3953,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);