Merge pull request #5646 from annando/notes

The notes are now fetching their content from a central function
This commit is contained in:
Tobias Diekershoff 2018-08-21 17:36:15 +02:00 committed by GitHub
commit 578549df13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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) {