diff options
author | travis%sedsystems.ca <> | 2005-02-01 08:33:37 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-01 08:33:37 +0100 |
commit | b21f214cf515f005382183beb72d70e58e0a87e5 (patch) | |
tree | 4cc4f384e0d61866339e5385fe80b752ef9f474a | |
parent | b7e1208d8c64cdb3a86733052f349eb6228ee1b0 (diff) | |
download | bugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.tar.gz bugzilla-b21f214cf515f005382183beb72d70e58e0a87e5.tar.xz |
Fixing burning tinderbox created by checkin of Bug 280124
-rw-r--r-- | Bugzilla/User.pm | 2 |
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); ################################################################################ |