summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-01 08:33:37 +0100
committertravis%sedsystems.ca <>2005-02-01 08:33:37 +0100
commitb21f214cf515f005382183beb72d70e58e0a87e5 (patch)
tree4cc4f384e0d61866339e5385fe80b752ef9f474a /Bugzilla
parentb7e1208d8c64cdb3a86733052f349eb6228ee1b0 (diff)
downloadbugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.tar.gz
bugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.tar.xz
Fixing burning tinderbox created by checkin of Bug 280124
Diffstat (limited to 'Bugzilla')
-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);
################################################################################