From dbddef8781618fea73297bd9ce73b3e11aa32465 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 7 Jun 2021 18:59:18 +0200 Subject: [PATCH] bug i18n advanced --- core/module/config/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/module/config/config.php b/core/module/config/config.php index ad98ce40..c9b2c6fb 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -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']) ] ] ]);