diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index bec64a8f..31b5f640 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -489,7 +489,7 @@ class theme extends common { ]); } else { $this->addOutput([ - 'notification' => 'Erreur avec le thème '.$zipFilename, + 'notification' => 'Erreur avec le thème '.$zipFilename.'', 'redirect' => helper::baseUrl() . 'theme/manage' ]); }