aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Series.pm')
-rw-r--r--Bugzilla/Series.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Series.pm b/Bugzilla/Series.pm
index 36b6d13ad..ec0a16e34 100644
--- a/Bugzilla/Series.pm
+++ b/Bugzilla/Series.pm
@@ -28,7 +28,7 @@ use constant ID_FIELD => 'series_id';
sub new {
my $invocant = shift;
- my $class = ref($invocant) || $invocant;
+ my $class = ref($invocant) || $invocant;
# Create a ref to an empty hash and bless it
my $self = {};