mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
Bugfixes
This commit is contained in:
@@ -107,7 +107,7 @@ class RouteController extends LoadableRoute implements IControllerRoute
|
||||
//array_shift($path);
|
||||
//$this->parameters = $path;
|
||||
|
||||
$this->setParameters(array_slice($path, 1));
|
||||
$this->parameters = array_slice($path, 1);
|
||||
|
||||
// Set callback
|
||||
$this->setCallback($this->controller . '@' . $this->method);
|
||||
|
||||
Reference in New Issue
Block a user