mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 14:14:26 +02:00
Add feedback :)
This commit is contained in:
parent
b5d2d32b44
commit
238613fd01
2 changed files with 1 additions and 3 deletions
|
@ -91,7 +91,7 @@ class Router
|
|||
/** @var ICanLock */
|
||||
private $lock;
|
||||
|
||||
/** @var Arguments */
|
||||
/** @var Arguments */
|
||||
private $args;
|
||||
|
||||
/** @var IManageConfigValues */
|
||||
|
@ -253,7 +253,6 @@ class Router
|
|||
|
||||
$dispatcher = new Dispatcher\GroupCountBased($this->getCachedDispatchData());
|
||||
|
||||
$moduleClass = null;
|
||||
$this->parameters = [];
|
||||
|
||||
$routeInfo = $dispatcher->dispatch($this->httpMethod, $cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue