Add feedback :)
This commit is contained in:
@@ -25,7 +25,6 @@ use Detection\MobileDetect;
|
|||||||
use Friendica\Core\Config\ValueObject\Cache;
|
use Friendica\Core\Config\ValueObject\Cache;
|
||||||
use Friendica\Database\Database;
|
use Friendica\Database\Database;
|
||||||
use Friendica\Util\BasePath;
|
use Friendica\Util\BasePath;
|
||||||
use phpDocumentor\Reflection\Types\Static_;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mode of the current Friendica Node
|
* Mode of the current Friendica Node
|
||||||
|
|||||||
@@ -253,7 +253,6 @@ class Router
|
|||||||
|
|
||||||
$dispatcher = new Dispatcher\GroupCountBased($this->getCachedDispatchData());
|
$dispatcher = new Dispatcher\GroupCountBased($this->getCachedDispatchData());
|
||||||
|
|
||||||
$moduleClass = null;
|
|
||||||
$this->parameters = [];
|
$this->parameters = [];
|
||||||
|
|
||||||
$routeInfo = $dispatcher->dispatch($this->httpMethod, $cmd);
|
$routeInfo = $dispatcher->dispatch($this->httpMethod, $cmd);
|
||||||
|
|||||||
Reference in New Issue
Block a user