summaryrefslogtreecommitdiffstats
path: root/page.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'page.cgi')
-rwxr-xr-xpage.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/page.cgi b/page.cgi
index 43a826590..290a4acb6 100755
--- a/page.cgi
+++ b/page.cgi
@@ -30,7 +30,7 @@
use strict;
-use lib ".";
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Error;