forked from ZwiiCMS-Team/ZwiiCMS
init 10.3.01
This commit is contained in:
parent
13627f5e59
commit
3c7c7c628f
@ -1362,6 +1362,7 @@ class common {
|
|||||||
// Options de barre de membre simple
|
// Options de barre de membre simple
|
||||||
$this->setData(['config','page404','none']);
|
$this->setData(['config','page404','none']);
|
||||||
$this->setData(['config','page403','none']);
|
$this->setData(['config','page403','none']);
|
||||||
|
$this->setData(['config','page302','none']);
|
||||||
// Module de recherche
|
// Module de recherche
|
||||||
// Suppression du dossier search
|
// Suppression du dossier search
|
||||||
if (is_dir('core/module/search')) {
|
if (is_dir('core/module/search')) {
|
||||||
@ -1403,6 +1404,17 @@ class common {
|
|||||||
// Mise à jour du numéro de version
|
// Mise à jour du numéro de version
|
||||||
$this->setData(['core', 'dataVersion', 10300]);
|
$this->setData(['core', 'dataVersion', 10300]);
|
||||||
}
|
}
|
||||||
|
// Version 10.3.01
|
||||||
|
if ($this->getData(['core', 'dataVersion']) < 10301) {
|
||||||
|
// Inscription des nouvelles variables
|
||||||
|
if ($this->getData(['config','searchPageId']) === '') {
|
||||||
|
$this->setData(['config','searchPageId','none']);
|
||||||
|
}
|
||||||
|
if ($this->getData(['config','legalPageId']) === '') {
|
||||||
|
$this->setData(['config','legalPageId','none']);
|
||||||
|
}
|
||||||
|
$this->setData(['core', 'dataVersion', 10301]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user