From b3fce063646a9670ec3231fcd5dcb21d6b1c5896 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 Signed-off-by: Sally --- 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