From: Galen Charlton Date: Fri, 24 Sep 2021 19:54:53 +0000 (-0400) Subject: LP#1729620: (follow-up) remove extra child_init that is no longer needed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2592bdb020fc04ff607032b939e7bcb841c629ec;p=working%2FEvergreen.git 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 --- 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)/ ) {