From 66e46bec662d4ca1b9f81c1cdd507c892b77df02 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 2 Mar 2020 13:32:14 +0100 Subject: [PATCH] Erreur de nom de variable --- core/module/config/config.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/module/config/config.php b/core/module/config/config.php index 58a671fe..ed67d08e 100755 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -376,9 +376,6 @@ class config extends common { $this->getInput('configAutoUpdate', helper::FILTER_BOOLEAN) === true) { $this->setData(['core','lastAutoUpdate',0]); } - // Vérification du proxy - $proxy = $this->getData(['config','proxyType']) . $this->getData(['config','proxyUrl']) . ':' . $this->getData(['config','proxyPort']); - $this->setData([ 'config', [ @@ -400,7 +397,7 @@ class config extends common { 'githubId' => $this->getInput('configSocialGithubId') ], 'timezone' => $this->getInput('configTimezone', helper::FILTER_STRING_SHORT, true), - 'itemsperPage' => $this->getInput('ConfigItemsperPage', helper::FILTER_INT,true), + 'itemsperPage' => $this->getInput('configItemsperPage', helper::FILTER_INT,true), 'legalPageId' => $this->getInput('configLegalPageId'), 'metaDescription' => $this->getInput('configMetaDescription', helper::FILTER_STRING_LONG, true), 'title' => $this->getInput('configTitle', helper::FILTER_STRING_SHORT, true),