From a0dc28f69aff1facb6bf1f4175eb12ab8ee85ba1 Mon Sep 17 00:00:00 2001 From: iambluedev Date: Sat, 21 Apr 2018 23:00:34 +0200 Subject: [PATCH] Small error, "de" => "the" --- app/Controller/Component/EyPluginComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }