X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnoticesearch.php;h=f1d6d1551640b9d771c780a22f4d7f080d648b5f;hb=fe11f9a28c8ef2df46e09c53276f8d2184b03f2e;hp=b4401ee17bea40ea4f5172418e16bf1f8d0a2143;hpb=d15fb62d3ca761370a1d3c3d93b559345247a51f;p=quix0rs-gnu-social.git diff --git a/actions/noticesearch.php b/actions/noticesearch.php index b4401ee17b..f1d6d15516 100644 --- a/actions/noticesearch.php +++ b/actions/noticesearch.php @@ -186,7 +186,7 @@ class SearchNoticeList extends NoticeList { $this->terms = $terms; } - function newListItem($notice) + function newListItem(Notice $notice) { return new SearchNoticeListItem($notice, $this->out, $this->terms); }