}
}
} elseif ($mode === 'notes') {
- $items = conversation_add_children($items, false, $order, $uid);
+ $items = conversation_add_children($items, false, $order, local_user());
$profile_owner = local_user();
if (!$update) {
}
$condition = ['uid' => local_user(), 'post-type' => Item::PT_PERSONAL_NOTE, 'gravity' => GRAVITY_PARENT,
- 'wall' => false, 'contact-id'=> $a->contact['id']];
+ 'contact-id'=> $a->contact['id']];
$pager = new Pager($a->query_string, 40);
$count = 0;
if (DBA::isResult($r)) {
- $notes = DBA::toArray($r);
+ $notes = Item::inArray($r);
$count = count($notes);