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

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

Return to bug 29791