diff --git a/core/module/install/install.php b/core/module/install/install.php index 9a8c34a5..90f6621d 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -117,6 +117,10 @@ class install extends common { } unlink(self::TEMP_DIR . 'files.tar.gz'); unlink(self::TEMP_DIR . 'files.tar'); + // Créer le dossier des fontes + if (!is_dir(self::DATA_DIR . 'fonts')) { + mkdir(self::DATA_DIR . 'fonts'); + } // Stocker le dossier d'installation $this->setData(['core', 'baseUrl', helper::baseUrl(false,false) ]); // Créer sitemap