X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ffullthreadednoticelist.php;h=0cc023ca5dbc6ca25e62698923eeb74d70f975e0;hb=d76d37340a64d370bfdfd439b4dc9f700e680bf0;hp=52b5f279c9436b1114548076ed32f4ef5e3dca4f;hpb=cb183359e23ae7a5cfb483fa06c6c4b7a8b05fff;p=quix0rs-gnu-social.git diff --git a/lib/fullthreadednoticelist.php b/lib/fullthreadednoticelist.php index 52b5f279c9..0cc023ca5d 100644 --- a/lib/fullthreadednoticelist.php +++ b/lib/fullthreadednoticelist.php @@ -48,7 +48,7 @@ if (!defined('STATUSNET')) { class FullThreadedNoticeList extends ThreadedNoticeList { - function newListItem($notice) + function newListItem(Notice $notice) { return new FullThreadedNoticeListItem($notice, $this->out, $this->userProfile); }