bug i18n advanced

This commit is contained in:
Fred Tempez 2021-06-07 18:59:18 +02:00
parent 248ad3638d
commit dbddef8781
1 changed files with 3 additions and 0 deletions

View File

@ -479,6 +479,9 @@ class config extends common {
'timeout' => $this->getInput('configAdvancedConnectTimeout',helper::FILTER_INT),
'log' => $this->getInput('configAdvancedConnectLog',helper::FILTER_BOOLEAN),
'captcha' => $this->getInput('configAdvancedConnectCaptcha',helper::FILTER_BOOLEAN),
],
'i18n' => [
'enabled' => $this->getData(['config', 'i18n', 'enabled'])
]
]
]);