summaryrefslogtreecommitdiffstats
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index 7d1525b58..100941765 100755
--- a/index.cgi
+++ b/index.cgi
@@ -29,7 +29,7 @@
use strict;
# Include the Bugzilla CGI and general utility library.
-use lib ".";
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;