Bug 29791: (follow-up) Add missing comma in previous line

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Katrin Fischer 2022-01-08 23:25:11 +00:00 committed by Fridolin Somers
parent 1f34ec1330
commit 011fc4c385

View file

@ -348,7 +348,7 @@ sub getlanguagecookie {
-name => 'KohaOpacLanguage', -name => 'KohaOpacLanguage',
-value => $language, -value => $language,
-HttpOnly => 1, -HttpOnly => 1,
-expires => '+3y' -expires => '+3y',
-secure => ( C4::Context->https_enabled() ? 1 : 0 ), -secure => ( C4::Context->https_enabled() ? 1 : 0 ),
); );