mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-09 23:14:26 +02:00
Replace calls of App::setProfileOwner with AppHelper
This commit is contained in:
parent
9477e1b55f
commit
6a6a5af3b2
5 changed files with 30 additions and 28 deletions
|
@ -41,7 +41,7 @@ class Display extends DisplayModule
|
|||
throw new HTTPException\NotFoundException($this->t('The requested item doesn\'t exist or has been deleted.'));
|
||||
}
|
||||
|
||||
$this->app->setProfileOwner($item['uid'] ?: $profileUid);
|
||||
$this->appHelper->setProfileOwner($item['uid'] ?: $profileUid);
|
||||
$parentUriId = $item['parent-uri-id'];
|
||||
|
||||
if (empty($force)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue