forked from ZwiiCMS-Team/ZwiiCMS
Sécurise la réinitialisation des BDD
This commit is contained in:
parent
00a1f57665
commit
a1e1b9dace
@ -330,15 +330,16 @@ class common
|
||||
]);
|
||||
}
|
||||
|
||||
// Installation fraîche, initialisation des modules manquants
|
||||
foreach ($this->dataFiles as $stageId => $item) {
|
||||
$folder = $this->dataPath($stageId, self::$i18nContent);
|
||||
if (
|
||||
file_exists($folder . $stageId . '.json') === false ||
|
||||
$this->getData([$stageId]) === NULL
|
||||
) {
|
||||
$this->initData($stageId, self::$i18nContent);
|
||||
common::$coreNotices[] = $stageId;
|
||||
// Installation fraîche, initialisation des modules
|
||||
if ($this->user === []) {
|
||||
foreach ($this->dataFiles as $stageId => $item) {
|
||||
$folder = $this->dataPath($stageId, self::$i18nContent);
|
||||
if (
|
||||
file_exists($folder . $stageId . '.json') === false
|
||||
) {
|
||||
$this->initData($stageId, self::$i18nContent);
|
||||
common::$coreNotices[] = $stageId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user