summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-06-05 21:04:42 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-06-05 21:04:42 +0200
commitbb45718c677f941ef0ec214cf87ce6bb85f0fa4e (patch)
treeba136bd4df26b15c4d4c68791bf2059d416813d9 /Bugzilla/Bug.pm
parentdcec9de36e7a996bc841864071463bdee9067109 (diff)
downloadbugzilla-bb45718c677f941ef0ec214cf87ce6bb85f0fa4e.tar.gz
bugzilla-bb45718c677f941ef0ec214cf87ce6bb85f0fa4e.tar.xz
Remove tabs
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r--Bugzilla/Bug.pm2
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);