mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
Bugfixes
- Array arguments are now longer automaticially merged. - Added domain-route parameter unit-test.
This commit is contained in:
@@ -57,7 +57,7 @@ class RouterController extends LoadableRoute implements IControllerRoute {
|
||||
$this->method = $method;
|
||||
|
||||
array_shift($path);
|
||||
$this->settings['parameters'] = $path;
|
||||
$this->parameters = $path;
|
||||
|
||||
// Set callback
|
||||
$this->setCallback($this->controller . '@' . $this->method);
|
||||
|
||||
Reference in New Issue
Block a user