Skip to content

Commit

Permalink
Merge pull request #1 from iambluedev1/master
Browse files Browse the repository at this point in the history
Small error, "de" => "the"
  • Loading branch information
Eywek authored Apr 21, 2018
2 parents b4c24a6 + a0dc28f commit 67cccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Controller/Component/EyPluginComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 67cccbf

Please sign in to comment.