X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fpeopletagsubscribers.php;h=dcb3af5c9fba43f3032832931c4c472e8bde2512;hb=3f28b17c86c4cd88d4f39629ea8a89ec3a820790;hp=73057a38ed0e4fee4df923f12f44db688c774233;hpb=ee23dc8ccfea2fec1c8061b0e7de52cc2aa42864;p=quix0rs-gnu-social.git diff --git a/actions/peopletagsubscribers.php b/actions/peopletagsubscribers.php index 73057a38ed..dcb3af5c9f 100644 --- a/actions/peopletagsubscribers.php +++ b/actions/peopletagsubscribers.php @@ -167,7 +167,7 @@ class PeopletagSubscriberList extends ProfileList $this->peopletag = $peopletag; } - function newListItem($profile) + function newListItem(Profile $profile) { return new PeopletagSubscriberListItem($profile, $this->peopletag, $this->action); }