App->contact is now removed
This commit is contained in:
@@ -64,11 +64,11 @@ function notes_content(App $a, $update = false)
|
||||
'acl_data' => '',
|
||||
];
|
||||
|
||||
$o .= status_editor($a, $x, $a->contact['id']);
|
||||
$o .= status_editor($a, $x, $a->contact_id);
|
||||
}
|
||||
|
||||
$condition = ['uid' => local_user(), 'post-type' => Item::PT_PERSONAL_NOTE, 'gravity' => GRAVITY_PARENT,
|
||||
'contact-id'=> $a->contact['id']];
|
||||
'contact-id'=> $a->contact_id];
|
||||
|
||||
if (DI::mode()->isMobile()) {
|
||||
$itemsPerPage = DI::pConfig()->get(local_user(), 'system', 'itemspage_mobile_network',
|
||||
|
||||
Reference in New Issue
Block a user