From 6a09121354ab411aabbdbb7f4c1ee129435fc716 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 7 Oct 2020 11:37:45 +0000 Subject: [PATCH] Bug 23475: (follow-up) Include URI::Escape --- catalogue/detail.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catalogue/detail.pl b/catalogue/detail.pl index 0962fc1ca3..c9ef370660 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -52,6 +52,8 @@ use Koha::Virtualshelves; use Koha::Plugins; use Koha::SearchEngine::Search; +use URI::Escape; + my $query = CGI->new(); my $analyze = $query->param('analyze'); -- 2.11.0