FIX: Files without eol
[phorkie.git] / src / phorkie / Tool / Manager.php
index 3bcf7508b15d3711b4f9a7ca200bc87f56d30bbc..ca93b4a07319382f7f6adc3573eca01d85340cc6 100644 (file)
@@ -8,7 +8,7 @@ class Tool_Manager
     {
         $ext = $file->getExt();
         $suitables = array();
-        foreach ($GLOBALS['phorkie']['tools'] as $class) {
+        foreach ($GLOBALS['phorkie']['tools'] as $class => $arSetup) {
             if (array_search($ext, $class::$arSupportedExtensions) !== false) {
                 $suitables[] = new Tool_Info($class);
             }
@@ -43,4 +43,4 @@ class Tool_Manager
     }
 }
 
-?>
\ No newline at end of file
+?>