diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-06-05 21:04:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-06-05 21:04:42 +0200 |
commit | bb45718c677f941ef0ec214cf87ce6bb85f0fa4e (patch) | |
tree | ba136bd4df26b15c4d4c68791bf2059d416813d9 | |
parent | Bug 878623: Improvement in retrieving a classification name from bug (diff) | |
download | bugzilla-bb45718c677f941ef0ec214cf87ce6bb85f0fa4e.tar.gz bugzilla-bb45718c677f941ef0ec214cf87ce6bb85f0fa4e.tar.bz2 bugzilla-bb45718c677f941ef0ec214cf87ce6bb85f0fa4e.zip |
Remove tabs
-rw-r--r-- | Bugzilla/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 6eaed9357..fc704df5e 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); |