diff --git a/app/Controller/Component/EyPluginComponent.php b/app/Controller/Component/EyPluginComponent.php index a60e0b1a..1f8d3920 100755 --- a/app/Controller/Component/EyPluginComponent.php +++ b/app/Controller/Component/EyPluginComponent.php @@ -227,7 +227,7 @@ private function isValid($slug) } if (!is_dir($file)) { if (strstr($file, '.gitkeep') === false) - $this->log('File : ' . $file . ' is not a folder! Plugin not valid! Please remove this file from de plugin folder.'); // ce n'est pas un dossier + $this->log('File : ' . $file . ' is not a folder! Plugin not valid! Please remove this file from the plugin folder.'); // ce n'est pas un dossier return $this->alreadyCheckValid[$slug] = false; }