This commit is contained in:
Simon Sessingø
2016-11-28 04:38:38 +01:00
parent d9b97ccf42
commit 7847b71bbc
7 changed files with 18 additions and 17 deletions
+1 -2
View File
@@ -94,8 +94,7 @@ class Input
$path = $original[$property];
$tmp = array_values($index);
foreach ($tmp as $i) {
foreach (array_values($index) as $i) {
$path = $path[$i];
}