Uhh make it more readable or sumthin
This commit is contained in:
parent
08c36dd0b5
commit
a640b11b66
@ -35,7 +35,7 @@ abstract class Route {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!empty($request_path_parts[$i])) {
|
if (!empty($request_path_parts[$i])) {
|
||||||
$callback_args[] = $request_path_parts[$i];
|
array_push($callback_args, $request_path_parts[$i]);
|
||||||
}
|
}
|
||||||
$request_path_parts[$i] = $path_parts[$i];
|
$request_path_parts[$i] = $path_parts[$i];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user