summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Report.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Report.pm')
-rw-r--r--Bugzilla/Report.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Report.pm b/Bugzilla/Report.pm
index 03c054f57..fe2b82661 100644
--- a/Bugzilla/Report.pm
+++ b/Bugzilla/Report.pm
@@ -10,7 +10,7 @@ package Bugzilla::Report;
use 5.10.1;
use strict;
-use base qw(Bugzilla::Object);
+use parent qw(Bugzilla::Object);
use Bugzilla::CGI;
use Bugzilla::Constants;