X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsubscribers.php;h=682faf869e44d437728c63d62afa87f78f9a8b24;hb=bc1f9eb3a551bcd0ab74911791087380a16d40e0;hp=2724927878c586d640c0a827317dd61e59993f3a;hpb=eb7f9645986ade69dd0b111192aa3e05fcfbaa0f;p=quix0rs-gnu-social.git diff --git a/actions/subscribers.php b/actions/subscribers.php index 2724927878..682faf869e 100644 --- a/actions/subscribers.php +++ b/actions/subscribers.php @@ -135,7 +135,7 @@ class SubscribersAction extends GalleryAction class SubscribersList extends SubscriptionList { - function newListItem($profile) + function newListItem(Profile $profile) { return new SubscribersListItem($profile, $this->owner, $this->action); }