Fixed up the languages

This commit is contained in:
Andy Miller
2016-07-13 17:08:41 -06:00
parent 4cc60c2fe4
commit 7295e2e3ca
16 changed files with 393 additions and 35 deletions

View File

@@ -796,7 +796,7 @@ class Admin
/** @var \DirectoryIterator $directory */
foreach (new \DirectoryIterator($path) as $file) {
if ($file->isDir() || $file->isDot()) {
if ($file->isDir() || $file->isDot() || Utils::startsWith($file->getBasename(), '.')) {
continue;
}