From 86409db5d9141ff4a4036bf5bcd61dda0ed580cb Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 25 Apr 2013 22:32:26 -0400 Subject: [PATCH] Revert "Bug 10074: QA Followup for InstallAuth.pm" This reverts commit c509ea3f18e71d230b634ba88291f3b32f446345. 6554 considered harmful. --- installer/InstallAuth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/InstallAuth.pm b/installer/InstallAuth.pm index 1a8a4df89f..a86681565d 100644 --- a/installer/InstallAuth.pm +++ b/installer/InstallAuth.pm @@ -26,6 +26,7 @@ use Digest::MD5 qw(md5_base64); require Exporter; use C4::Context; +use C4::Output; use C4::Templates; use C4::Koha; use CGI::Session; @@ -394,8 +395,7 @@ sub checkauth { -expires => '' ); - require C4::Output; - C4::Output::output_html_with_http_headers($query,$cookie,$template->output); + output_html_with_http_headers $query, $cookie, $template->output; exit; } -- 2.39.5