Improved profile page, improved "limit" handling (#5639)

* Improved profile page, improved "limit" handling

* Update will now work again

* Update will work now
This commit is contained in:
Michael Vogel 2018-08-20 06:26:05 +02:00 committed by Tobias Diekershoff
parent 47c2565917
commit 16a081871c
6 changed files with 34 additions and 55 deletions

View file

@ -471,6 +471,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
. "'; var profile_page = " . $a->pager['page'] . "; </script>\r\n";
}
} elseif ($mode === 'profile') {
$items = conversation_add_children($items, false, $order, $uid);
$profile_owner = $a->profile['profile_uid'];
if (!$update) {