aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-10-19 11:46:10 +0000
committermkanat%bugzilla.org <>2007-10-19 11:46:10 +0000
commit415e32d463bbb881d991d886ddba6f859669c098 (patch)
treefd97f6e5bd6f2333f9c9dceda58f5ba226d3bc4a /editflagtypes.cgi
parentBug 398990: process_bug.cgi shouldn't check the 'reporter' field as this fiel... (diff)
downloadbugzilla-415e32d463bbb881d991d886ddba6f859669c098.tar.gz
bugzilla-415e32d463bbb881d991d886ddba6f859669c098.tar.bz2
bugzilla-415e32d463bbb881d991d886ddba6f859669c098.zip
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'editflagtypes.cgi')
-rwxr-xr-xeditflagtypes.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editflagtypes.cgi b/editflagtypes.cgi
index e32b7f509..47eac753e 100755
--- a/editflagtypes.cgi
+++ b/editflagtypes.cgi
@@ -27,7 +27,7 @@
# Make it harder for us to do dangerous things in Perl.
use strict;
-use lib ".";
+use lib qw(. lib);
# Use Bugzilla's flag modules for handling flag types.
use Bugzilla;