Skip to content
Snippets Groups Projects
Unverified Commit 4a928334 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Update Language.php

parent 92bba437
No related branches found
No related tags found
No related merge requests found
......@@ -423,7 +423,7 @@ class Language
$name = $config->getString('language.cookie.name', 'language');
$params = [
'lifetime' => ($config->getInteger('language.cookie.lifetime', 60 * 60 * 24 * 900)),
'domain' => ($config->getString('language.cookie.domain', null)),
'domain' => strval($config->getString('language.cookie.domain', null)),
'path' => ($config->getString('language.cookie.path', '/')),
'secure' => ($config->getBoolean('language.cookie.secure', false)),
'httponly' => ($config->getBoolean('language.cookie.httponly', false)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment