mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
Replace deprecated $a->page with DI::page()
This commit is contained in:
parent
6c2d13403e
commit
6d7362da41
48 changed files with 197 additions and 198 deletions
|
@ -44,7 +44,7 @@ class AllFriends extends BaseModule
|
|||
throw new HTTPException\BadRequestException(L10n::t('Invalid contact.'));
|
||||
}
|
||||
|
||||
$app->page['aside'] = "";
|
||||
DI::page()['aside'] = "";
|
||||
Model\Profile::load($app, "", 0, Model\Contact::getDetailsByURL($contact["url"]));
|
||||
|
||||
$total = Model\GContact::countAllFriends(local_user(), $cid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue