X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAllFriends.php;h=e145614982274a50d4741c29ba4ba5d96e5ed5a8;hb=5d20cd7e1698b2fddf68b3de610581676dbf572f;hp=47d8c3e2644dc2cc4e88fed74d0a361330f041e8;hpb=e6f61c2cc77f23ad7f2fd34bab3f9b374fc48618;p=friendica.git diff --git a/src/Module/AllFriends.php b/src/Module/AllFriends.php index 47d8c3e264..e145614982 100644 --- a/src/Module/AllFriends.php +++ b/src/Module/AllFriends.php @@ -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);