Changed parameter order for getByURL
This commit is contained in:
@@ -63,7 +63,7 @@ class AllFriends extends BaseModule
|
||||
}
|
||||
|
||||
DI::page()['aside'] = "";
|
||||
Model\Profile::load($app, "", Model\Contact::getByURL($contact["url"], 0, [], false));
|
||||
Model\Profile::load($app, "", Model\Contact::getByURL($contact["url"], false));
|
||||
|
||||
$total = Model\GContact::countAllFriends(local_user(), $cid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user