[10.0.18.dev] pb hompageid

This commit is contained in:
fredtempez 2019-10-04 21:12:18 +02:00
parent eb4f257c5d
commit c59bb0bc78
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ class common {
const TEMP_DIR = 'site/tmp/';
// Numéro de version
const ZWII_VERSION = '10.0.17.dev';
const ZWII_VERSION = '10.0.18.dev';
public static $actions = [];
public static $coreModuleIds = [
@ -1111,8 +1111,8 @@ class common {
}
// Version 10.0.00
if($this->getData(['core', 'dataVersion']) < 10000) {
//$this->setData(['page',$this->getData(['config','homePageId']),'homePageId']);
//$this->deleteData(['config','homePageId']);
$this->setData(['page',$this->getData(['config','homePageId']),'homePageId', true]);
$this->deleteData(['config','homePageId']);
$this->setData(['core', 'dataVersion', 10000]);
}