This commit is contained in:
fredtempez 2021-02-09 18:57:44 +01:00
commit b45afbc245
1 changed files with 0 additions and 2 deletions

View File

@ -746,7 +746,6 @@ class theme extends common {
foreach ($itemKeys as $key2 => $value) {
// Données nulles ou vides instaurer la donnée par défaut
if ($this->getData(['theme',$key1,$key2]) === NULL
OR empty($this->getData(['theme',$key1,$key2]) )
) {
$this->setData(['theme',$key1,$key2,$value]);
}
@ -761,7 +760,6 @@ class theme extends common {
foreach ($itemKeys as $key1 => $value) {
// Données nulles ou vides instaurer la donnée par défaut
if ($this->getData(['admin',$key1]) === NULL
OR empty($this->getData(['admin',$key1]) )
) {
$this->setData(['admin',$key1,$value]);
}