From d5b2c668f45b475931498e1c8cf015b739a71a4f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 8 Jan 2022 23:25:11 +0000 Subject: [PATCH] Bug 29791: (follow-up) Add missing comma in previous line Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- C4/Templates.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Templates.pm b/C4/Templates.pm index a3903ca26ae..2aef2b27c4a 100644 --- a/C4/Templates.pm +++ b/C4/Templates.pm @@ -348,7 +348,7 @@ sub getlanguagecookie { -name => 'KohaOpacLanguage', -value => $language, -HttpOnly => 1, - -expires => '+3y' + -expires => '+3y', -secure => ( C4::Context->https_enabled() ? 1 : 0 ), ); -- 2.25.1