Revert "Bug 10074: QA Followup for InstallAuth.pm"

This reverts commit e848d89e45.

Rolling back bug 6554 work until we have more comprehensive tests.
This commit is contained in:
Galen Charlton 2013-04-29 15:06:12 -07:00
parent 327b6c6ce3
commit ad5e44bcde

View file

@ -26,6 +26,7 @@ use Digest::MD5 qw(md5_base64);
require Exporter; require Exporter;
use C4::Context; use C4::Context;
use C4::Output;
use C4::Templates; use C4::Templates;
use C4::Koha; use C4::Koha;
use CGI::Session; use CGI::Session;
@ -394,8 +395,7 @@ sub checkauth {
-expires => '' -expires => ''
); );
require C4::Output; output_html_with_http_headers $query, $cookie, $template->output;
C4::Output::output_html_with_http_headers($query,$cookie,$template->output);
exit; exit;
} }