forked from ZwiiCMS-Team/ZwiiCMS
bug i18n advanced
This commit is contained in:
parent
248ad3638d
commit
dbddef8781
@ -479,6 +479,9 @@ class config extends common {
|
|||||||
'timeout' => $this->getInput('configAdvancedConnectTimeout',helper::FILTER_INT),
|
'timeout' => $this->getInput('configAdvancedConnectTimeout',helper::FILTER_INT),
|
||||||
'log' => $this->getInput('configAdvancedConnectLog',helper::FILTER_BOOLEAN),
|
'log' => $this->getInput('configAdvancedConnectLog',helper::FILTER_BOOLEAN),
|
||||||
'captcha' => $this->getInput('configAdvancedConnectCaptcha',helper::FILTER_BOOLEAN),
|
'captcha' => $this->getInput('configAdvancedConnectCaptcha',helper::FILTER_BOOLEAN),
|
||||||
|
],
|
||||||
|
'i18n' => [
|
||||||
|
'enabled' => $this->getData(['config', 'i18n', 'enabled'])
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user