mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 10:04:26 +02:00
Simplified functionality to load the profile in the sidebar
This commit is contained in:
parent
fe8e71216d
commit
afe3c8954c
15 changed files with 195 additions and 138 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue