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

(-)a/C4/Templates.pm (-1 / +1 lines)
Lines 344-349 sub getlanguagecookie { Link Here
344
        -value   => $language,
344
        -value   => $language,
345
        -HttpOnly => 1,
345
        -HttpOnly => 1,
346
        -expires => '+3y'
346
        -expires => '+3y'
347
        -secure => ( C4::Context->https_enabled() ? 1 : 0 ),
347
    );
348
    );
348
349
349
    return $cookie;
350
    return $cookie;
350
- 

Return to bug 29791