1
1
Fork 0

Issue 6257: Make notes visible again

This commit is contained in:
Michael 2018-12-13 20:09:19 +00:00
commit f6c3974c8f
2 changed files with 3 additions and 3 deletions

View file

@ -497,7 +497,7 @@ function conversation(App $a, array $items, Pager $pager, $mode, $update, $previ
}
}
} 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) {