X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FProfile%2FStatus.php;h=8da831405c0923c96f60fc9677f320a39d77a20e;hb=0b0309ce8f10e1f7f3a519d6d91408f8e9d35140;hp=2ccfb7fdb7067e330a210e936985788e7e11847a;hpb=6eb985ca472645a4122d0243862f6638fdb8da51;p=friendica.git diff --git a/src/Module/Profile/Status.php b/src/Module/Profile/Status.php index 2ccfb7fdb7..8da831405c 100644 --- a/src/Module/Profile/Status.php +++ b/src/Module/Profile/Status.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module\Profile; @@ -212,7 +231,7 @@ class Status extends BaseProfile $items = array_merge($items, $pinned); } - $o .= conversation($a, $items, $pager, 'profile', false, false, 'pinned_received', $a->profile['uid']); + $o .= conversation($a, $items, 'profile', false, false, 'pinned_received', $a->profile['uid']); $o .= $pager->renderMinimal(count($items));