Simplified functionality to load the profile in the sidebar
This commit is contained in:
@@ -38,7 +38,7 @@ class Contacts extends BaseModule
|
||||
|
||||
$localContactId = Model\Contact::getPublicIdByUserId(local_user());
|
||||
|
||||
Model\Profile::load($app, '', $contact);
|
||||
DI::page()['aside'] = Widget\VCard::getHTML($contact);
|
||||
|
||||
$condition = [
|
||||
'blocked' => false,
|
||||
|
||||
Reference in New Issue
Block a user