X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FProfile%2FIndex.php;h=7a009739e4743b3983203a946be2ed7db416a4f6;hb=c81a9d1ddd7e5b7fff6a173a159ae78ee7fc7698;hp=4bb4c731da00a6892953f882a50fc4ff96837401;hpb=1f889b6086c5fe81a4ab694a55efa1134f8326b3;p=friendica.git diff --git a/src/Module/Profile/Index.php b/src/Module/Profile/Index.php index 4bb4c731da..7a009739e4 100644 --- a/src/Module/Profile/Index.php +++ b/src/Module/Profile/Index.php @@ -1,6 +1,6 @@ mode, $this->pConfig, $this->conversation, $this->session, $this->config, $this->dateTimeFormat, $this->page, $this->app, $this->l10n, $this->baseUrl, $this->args, $this->logger, $this->profiler, $this->response, $this->server, $this->parameters))->content(); + return (new Conversations($this->mode, $this->pConfig, $this->conversation, $this->session, $this->config, $this->dateTimeFormat, $this->page, $this->app, $this->l10n, $this->baseUrl, $this->args, $this->logger, $this->profiler, $this->response, $this->server, $this->parameters))->content(); } }