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

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

Return to bug 29791