merge master
This commit is contained in:
commit
50aeb22034
@ -805,7 +805,6 @@ class common {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Sauvegarde des données
|
||||
* @param array $keys Clé(s) des données
|
||||
@ -983,7 +982,7 @@ class common {
|
||||
if($this->getData(['core', 'dataVersion']) < 9210) {
|
||||
|
||||
// Utile pour l'installation d'un backup sur un autre serveur
|
||||
$this->setData(['core', 'baseUrl', helper::baseUrl(false,false) ]);
|
||||
//$this->setData(['core', 'baseUrl', helper::baseUrl(false,false) ]);
|
||||
|
||||
// Suppression d'une option de hauteur de la bannière
|
||||
if ($this->getData(['theme', 'header','height']) === 'none') {
|
||||
@ -998,6 +997,8 @@ class common {
|
||||
|
||||
$pageList = array();
|
||||
|
||||
$pageList = array();
|
||||
|
||||
foreach ($this->getHierarchy(null,null,null) as $parentKey=>$parentValue) {
|
||||
$pageList [] = $parentKey;
|
||||
foreach ($parentValue as $childKey) {
|
||||
|
Loading…
Reference in New Issue
Block a user