X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ffullthreadednoticelist.php;h=0cc023ca5dbc6ca25e62698923eeb74d70f975e0;hb=3f28b17c86c4cd88d4f39629ea8a89ec3a820790;hp=52b5f279c9436b1114548076ed32f4ef5e3dca4f;hpb=87d46e1ae5e5effcc985021ff5af3f10815f3d3c;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); }