forked from ZwiiCMS-Team/ZwiiCMS
warning type vide
This commit is contained in:
parent
93595a53ca
commit
7417b932de
@ -578,7 +578,7 @@ class theme extends common {
|
||||
|
||||
// Parcourir les fontes disponibles et construire le tableau pour le formulaire
|
||||
foreach ($f as $type => $typeValue) {
|
||||
|
||||
if (is_array($typeValue)) {
|
||||
foreach ($typeValue as $fontId => $fontValue) {
|
||||
// Fontes utilisées par les thèmes
|
||||
$fontUsed[$fontId] = '';
|
||||
@ -610,6 +610,7 @@ class theme extends common {
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
sort(self::$fontsDetail);
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
|
Loading…
Reference in New Issue
Block a user