-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
If someone has multiple parameters:
eg: http://example.com/controller/method/param1/param2/param3/
Then call_user_func_array only allows one parameter to be passed to the method ("param1") as a string.
Replacing 'call_user_func_array' with 'call_user_func' on line 44 of Application.php will enable the user to have multiple parameters sent as an array.
Given the line in the splitUrl function:
$this->url_params = array_values($url);
One can only assume that passing parameters as an array was always the intention? Or am I mistaken (My php is intermediate at best...so I might be missing something here..)
Metadata
Metadata
Assignees
Labels
No labels