View | Details | Raw Unified | Return to bug 36148
Collapse All | Expand All

(-)a/C4/Auth.pm (-5 lines)
Lines 640-649 sub get_template_and_user { Link Here
640
    $template->param( logged_in_user     => $patron );
640
    $template->param( logged_in_user     => $patron );
641
    $template->param( sessionID          => $sessionID );
641
    $template->param( sessionID          => $sessionID );
642
642
643
    if ( $ENV{'plack.middleware.Koha.CSRF'} ) {
644
        C4::Output::output_and_exit( $in->{query}, $cookie, $template, $ENV{'plack.middleware.Koha.CSRF'} );
645
    }
646
647
    return ( $template, $borrowernumber, $cookie, $flags );
643
    return ( $template, $borrowernumber, $cookie, $flags );
648
}
644
}
649
645
650
- 

Return to bug 36148