Optimisations

This commit is contained in:
Simon Sessingø
2017-02-09 13:33:36 +01:00
parent ce276bd5b7
commit 86c3e513c3
3 changed files with 7 additions and 4 deletions
+3 -1
View File
@@ -93,7 +93,9 @@ class Input
$path = $original[$property];
foreach (array_values($index) as $i) {
$fileValues = array_values($index);
foreach ($fileValues as $i) {
$path = $path[$i];
}