From b1bc7245789a1e406e43cfce4b2f2d47ce9fce8e Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Sun, 17 Feb 2013 15:40:07 +0100 Subject: [PATCH] Remove already fixed todo item --- h5p.classes.php | 1 - 1 file changed, 1 deletion(-) 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; }