From beec75b10b498f85f7bb387738184ddbf6115e67 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 Signed-off-by: Katrin Fischer --- catalogue/detail.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catalogue/detail.pl b/catalogue/detail.pl index c2e3beb66a..9f89467f94 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