mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
Cleanup
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user