@@ -124,6 +124,9 @@ |
||
124 | 124 | return (boolean)preg_match('/^[^\\/]?[^\\?\\*:;{}\\\\\\n]+[^\\/]$/us', $id); |
125 | 125 | } |
126 | 126 | |
127 | + /** |
|
128 | + * @param string $dir |
|
129 | + */ |
|
127 | 130 | protected function getFilesRecursive($dir, array &$result, $ext) |
128 | 131 | { |
129 | 132 | $extensionLength = strlen($ext) + 1; // one is for the dot! |