aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-01 07:33:37 +0000
committertravis%sedsystems.ca <>2005-02-01 07:33:37 +0000
commitb21f214cf515f005382183beb72d70e58e0a87e5 (patch)
tree4cc4f384e0d61866339e5385fe80b752ef9f474a
parentBug 280124 : Move InsertNewUser to Bugzilla::User (diff)
downloadbugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.tar.gz
bugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.tar.bz2
bugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.zip
Fixing burning tinderbox created by checkin of Bug 280124
-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);
################################################################################