Bugfix: Private posts of contacts hadn't been displayed on the contact's page

This commit is contained in:
Michael 2019-01-18 06:22:15 +00:00
parent 9efe140b54
commit c8bfa0c661
1 changed files with 1 additions and 1 deletions

View File

@ -1414,7 +1414,7 @@ class Contact extends BaseObject
$items = Item::inArray($r);
$o = conversation($a, $items, $pager, 'contacts', $update);
$o = conversation($a, $items, $pager, 'contacts', $update, false, 'commented', local_user());
} else {
$r = Item::selectForUser(local_user(), [], $condition, $params);