Remove already fixed todo item

namespaces
Svein-Tore Griff With 2013-02-17 15:40:07 +01:00
parent c656710889
commit b1bc724578
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}