Commit 5bf56155 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 280573 : checksetup fails in Bugzilla::Auth BEGIN block

Patch by Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave (Regression behaviour from Bug 278792)
parent 80e765fb
......@@ -1470,7 +1470,8 @@ if ($^O !~ /MSWin32/i) {
# It's safe to use Bugzilla::Auth here because parameters have now been
# defined.
use Bugzilla::Auth;
require Bugzilla::Auth;
import Bugzilla::Auth 'bz_crypt';
# globals.pl clears the PATH, but File::Find uses Cwd::cwd() instead of
# Cwd::getcwd(), which we need to do because `pwd` isn't in the path - see
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment