summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 8ce7f0723..2ef2dcde5 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -25,7 +25,7 @@
# Marc Schumann <wurblzap@gmail.com>
use strict;
-use lib qw(.);
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Attachment;