@@ -, +, @@ --- C4/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Auth.pm +++ a/C4/Auth.pm @@ -350,7 +350,7 @@ sub get_template_and_user { } if ( C4::Context->preference('dateformat') ) { - $template->param( dateformat => C4::Context->preference('dateformat') ) + $template->param( dateformat => C4::Context->preference('dateformat') ); } # these template parameters are set the same regardless of $in->{'type'} --