diff --git a/h5p.classes.php b/h5p.classes.php index 5fcaa7d..7b941dc 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -283,7 +283,6 @@ class H5PValidator { $libraryJsonData; $mainH5pExists = $imageExists = $contentExists = FALSE; foreach ($files as $file) { - // TODO: Any reason not to just drop anything starting with .? if (in_array(substr($file, 0, 1), array('.', '_'))) { continue; }