From 40ca6378a2377766d91f227bbc31b51080dfa844 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 8 Feb 2021 18:44:15 +0100 Subject: [PATCH] =?UTF-8?q?Erreur=20de=20contr=C3=B4le=20du=20th=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index ff7c231e..32da51ec 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -656,7 +656,7 @@ class theme extends common { // traitement de l'erreur $notification = $success ? 'Le thème a été importé' : 'Erreur lors de l\'extraction, vérifiez les permissions.'; // Check le thème - $this->checkImport($modele); + // $this->checkImport($modele); } else { // pas une archive de thème $success = false;