summaryrefslogtreecommitdiffstats
path: root/search_plugin.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'search_plugin.cgi')
-rw-r--r--search_plugin.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/search_plugin.cgi b/search_plugin.cgi
index e3384fcce..5048f7ce6 100644
--- a/search_plugin.cgi
+++ b/search_plugin.cgi
@@ -16,7 +16,7 @@
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
use strict;
-use lib ".";
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Error;