[10.0.71.dev] Balise mal fermée !

This commit is contained in:
fredtempez 2019-11-05 13:32:39 +01:00
parent b1e5058698
commit 82f40008f9
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class common {
const TEMP_DIR = 'site/tmp/';
// Numéro de version
const ZWII_VERSION = '10.0.70.dev';
const ZWII_VERSION = '10.0.71.dev';
public static $actions = [];
public static $coreModuleIds = [
@ -493,7 +493,7 @@ class common {
}
}
}
// Aucune homePage, définir la première page et boucler
// Aucune homePage, définir la première page et boucle
$this->setData(['page',current(array_keyS ($this->getHierarchy(null, true, false))),'homePageId',true]);
$this->getHomePageId();
}