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

(-)a/C4/Auth.pm (-2 / +1 lines)
Lines 398-404 sub get_template_and_user { Link Here
398
        $template->param( dateformat => C4::Context->preference('dateformat') );
398
        $template->param( dateformat => C4::Context->preference('dateformat') );
399
    }
399
    }
400
400
401
    $template->param(auth_forwarded_hash => $in->{'query'}->param('auth_forwarded_hash'));
401
    $template->param(auth_forwarded_hash => scalar $in->{'query'}->param('auth_forwarded_hash'));
402
402
403
    # these template parameters are set the same regardless of $in->{'type'}
403
    # these template parameters are set the same regardless of $in->{'type'}
404
404
405
- 

Return to bug 15747