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