X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fthreadednoticelist.php;h=4b5d28de3f58596562caa0cdb60fcecef38193fe;hb=349e842078c5d69901df6ec9205cf7edcb4c4636;hp=acb9efb972efd702b9ba5a3c3a82b3809cd39ec3;hpb=c94d9994d898eddf654121ac45d455891954e830;p=quix0rs-gnu-social.git diff --git a/lib/threadednoticelist.php b/lib/threadednoticelist.php index acb9efb972..4b5d28de3f 100644 --- a/lib/threadednoticelist.php +++ b/lib/threadednoticelist.php @@ -195,7 +195,7 @@ class ThreadedNoticeListItem extends NoticeListItem function showEnd() { $max = $this->initialItems(); - if (!$this->repeat) { + if (!$this->repeat instanceof Notice) { $stream = new ConversationNoticeStream($this->notice->conversation, $this->userProfile); $notice = $stream->getNotices(0, $max + 2); $notices = array(); @@ -282,9 +282,9 @@ class ThreadedNoticeListSubItem extends NoticeListItem // } - function getReplyProfiles() + function getAttentionProfiles() { - $all = parent::getReplyProfiles(); + $all = parent::getAttentionProfiles(); $profiles = array();