X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeopletagged.php;h=db2420a8a3263a2866f247b66a8bfc819717fdb9;hb=dc7c64592b60db75f0e1762532e53554b894ff90;hp=1b0f897c1165ce6a9966b8f1806450d2ab6cc626;hpb=2e8a5aeb23ba732c742db876d3ef7be7b292ccea;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); }