forked from ZwiiCMS-Team/ZwiiCMS
Erreur de nom de variable
This commit is contained in:
parent
1d93f10602
commit
66e46bec66
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user