mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:10:10 +00:00
Fix paging on media pages
This commit is contained in:
parent
e9421d7eb6
commit
47ab246441
3 changed files with 12 additions and 11 deletions
|
@ -64,7 +64,7 @@ class Media extends BaseProfile
|
|||
|
||||
$o = self::getTabsHTML('media', $is_owner, $profile['nickname'], $profile['hide-friends']);
|
||||
|
||||
$o .= Contact::getPostsFromUrl($profile['url'], $this->userSession->getLocalUserId(), true);
|
||||
$o .= Contact::getPostsFromUrl($profile['url'], $this->userSession->getLocalUserId(), true, $request['last_created'] ?? '');
|
||||
|
||||
return $o;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue