mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
[BUGFIX] Fixed getParams not being passed when using getRoute on current
route.
This commit is contained in:
@@ -281,7 +281,7 @@ class RouterBase {
|
||||
}
|
||||
|
||||
if($controller === null && $parameters === null && $this->loadedRoute !== null) {
|
||||
return $this->processUrl($this->loadedRoute, null, $getParams);
|
||||
return $this->processUrl($this->loadedRoute, null, null, $getParams);
|
||||
}
|
||||
|
||||
$c = '';
|
||||
|
||||
Reference in New Issue
Block a user