removeDir addon when no folder
This commit is contained in:
parent
5bdd8a211d
commit
fc524450b6
@ -845,7 +845,9 @@ if ($this->getData(['core', 'dataVersion']) < 11300) {
|
|||||||
if ($this->getData(['core', 'dataVersion']) < 12000) {
|
if ($this->getData(['core', 'dataVersion']) < 12000) {
|
||||||
|
|
||||||
// Effacer le dossier
|
// Effacer le dossier
|
||||||
$this->removeDir('core/module/addon');
|
if (is_dir('core/module/addon')) {
|
||||||
|
$this->removeDir('core/module/addon');
|
||||||
|
}
|
||||||
|
|
||||||
// Mise à jour
|
// Mise à jour
|
||||||
$this->setData(['core', 'dataVersion', 12000]);
|
$this->setData(['core', 'dataVersion', 12000]);
|
||||||
|
Loading…
Reference in New Issue
Block a user