X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeopletagged.php;h=db2420a8a3263a2866f247b66a8bfc819717fdb9;hb=f2d2f7ebe296909b4bf7664f0e60055a5773255e;hp=1b0f897c1165ce6a9966b8f1806450d2ab6cc626;hpb=500ff6be1a4e7a05e28e02265e458f27a6d59003;p=quix0rs-gnu-social.git diff --git a/actions/peopletagged.php b/actions/peopletagged.php index 1b0f897c11..db2420a8a3 100644 --- a/actions/peopletagged.php +++ b/actions/peopletagged.php @@ -167,7 +167,7 @@ class PeopletagMemberList extends ProfileList $this->peopletag = $peopletag; } - function newListItem($profile) + function newListItem(Profile $profile) { return new PeopletagMemberListItem($profile, $this->peopletag, $this->action); }