summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index e3990f070..05ef77e32 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -39,7 +39,7 @@ use Bugzilla::Util;
use Bugzilla::Constants;
use Bugzilla::Auth;
-use Exporter qw(import);
+use base qw(Exporter);
@Bugzilla::User::EXPORT_OK = qw(insert_new_user);
################################################################################