Revert "Bug 10074: QA Followup for InstallAuth.pm"
authorGalen Charlton <gmc@esilibrary.com>
Mon, 29 Apr 2013 22:06:12 +0000 (15:06 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 29 Apr 2013 22:06:12 +0000 (15:06 -0700)
This reverts commit e848d89e45d3e6610c3e9d246bd3672636dd63fb.

Rolling back bug 6554 work until we have more comprehensive tests.

installer/InstallAuth.pm

index 1a8a4df..a866815 100644 (file)
@@ -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;
 }