diff options
Diffstat (limited to 'jsonrpc.cgi')
-rwxr-xr-x | jsonrpc.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc.cgi b/jsonrpc.cgi index 2c93585b0..eab11af59 100755 --- a/jsonrpc.cgi +++ b/jsonrpc.cgi @@ -10,7 +10,7 @@ use 5.10.1; use strict; use warnings; -use lib qw(. lib); +use lib qw(. lib local/lib/perl5); use Bugzilla; use Bugzilla::Constants; |