- Address https://github.com/friendica/friendica/issues/11992#issuecomment-
1339614287
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-
1339909728
if ($this->baseRoutesFilepath && !file_exists($this->baseRoutesFilepath)) {
throw new HTTPException\InternalServerErrorException('Routes file path does\'n exist.');
}
+
+ $this->parameters = [$this->server];
}
/**
$dispatcher = new FriendicaGroupCountBased($this->getCachedDispatchData());
- $this->parameters = [$this->server];
-
try {
// Check if the HTTP method is OPTIONS and return the special Options Module with the possible HTTP methods
if ($this->args->getMethod() === static::OPTIONS) {