From 2592bdb020fc04ff607032b939e7bcb841c629ec Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 24 Sep 2021 15:54:53 -0400 Subject: [PATCH] LP#1729620: (follow-up) remove extra child_init that is no longer needed Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander Signed-off-by: Jane Sandberg --- Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/OAI.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/OAI.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/OAI.pm index e7beb33867..2d59b53dcf 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/OAI.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/OAI.pm @@ -105,11 +105,6 @@ sub handler { my $apache = shift; return Apache2::Const::DECLINED if (-e $apache->filename); - unless (defined $oai) { - $logger->error('Application session variables not defined. Add \'PerlChildInitHandler OpenILS::WWW::SuperCat::OAI::child_init\' to the Apache virtual host configuration file.'); - child_init(); - } - my $cgi = new CGI; my $record_class; if ( $cgi->path_info =~ /\/(authority|biblio)/ ) { -- 2.11.0