mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
The content generation for the display page is now using a centralized function (#5642)
* The content generation for the display page is now using a centralized function * Small correction to avoid notices
This commit is contained in:
parent
d7395299fb
commit
d9b44153da
2 changed files with 15 additions and 15 deletions
|
@ -499,6 +499,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
|||
. "; var netargs = '/?f='; var profile_page = " . $a->pager['page'] . "; </script>\r\n";
|
||||
}
|
||||
} elseif ($mode === 'display') {
|
||||
$items = conversation_add_children($items, false, $order, $uid);
|
||||
$profile_owner = $a->profile['uid'];
|
||||
|
||||
if (!$update) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue