Commit
This commit is contained in:
parent
3dfee69beb
commit
195d72b0f3
@ -19,7 +19,6 @@ abstract class Route {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$path_parts = explode('/', $path);
|
$path_parts = explode('/', $path);
|
||||||
$callback_args = [];
|
$callback_args = [];
|
||||||
for ($i=0; $i < count($path_parts); $i++) {
|
for ($i=0; $i < count($path_parts); $i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user