From ad5e44bcde5948f73effb0732f79f8ceec2abf99 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 29 Apr 2013 15:06:12 -0700 Subject: [PATCH] Revert "Bug 10074: QA Followup for InstallAuth.pm" This reverts commit e848d89e45d3e6610c3e9d246bd3672636dd63fb. Rolling back bug 6554 work until we have more comprehensive tests. --- 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.2