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