forked from ZwiiCMS-Team/ZwiiCampus
Bug fonte delete
This commit is contained in:
parent
8320ad6461
commit
47c24d65f7
@ -840,10 +840,11 @@ class theme extends common
|
|||||||
|
|
||||||
// Effacer le fichier existant
|
// Effacer le fichier existant
|
||||||
if (
|
if (
|
||||||
$this->getUrl(2) === 'file' &&
|
$this->getUrl(2) === 'files' &&
|
||||||
file_exists(self::DATA_DIR . $this->getUrl(2))
|
file_exists($this->getData(['font', 'files', $this->getUrl(3), 'resource']))
|
||||||
) {
|
) {
|
||||||
unlink(self::DATA_DIR . $this->getUrl(2));
|
|
||||||
|
unlink($this->getData(['font', 'files', $this->getUrl(3), 'resource']));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
@ -855,7 +856,6 @@ class theme extends common
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Réinitialisation de la personnalisation avancée
|
* Réinitialisation de la personnalisation avancée
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user