1
1
Fork 0

The notes are now fetching their content from a central function

This commit is contained in:
Michael 2018-08-21 07:35:22 +00:00
commit 1fb5925073
2 changed files with 3 additions and 15 deletions

View file

@ -491,6 +491,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
}
}
} elseif ($mode === 'notes') {
$items = conversation_add_children($items, false, $order, $uid);
$profile_owner = local_user();
if (!$update) {