X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupmemberlist.php;h=f055e24731fca0dcea02593938e31c6d8ee032f3;hb=3f28b17c86c4cd88d4f39629ea8a89ec3a820790;hp=ba608213a43e2d37a3b68a1010b998ce6ae581a6;hpb=19b965d99188fde59cdd39b668df8951bc0f180c;p=quix0rs-gnu-social.git diff --git a/lib/groupmemberlist.php b/lib/groupmemberlist.php index ba608213a4..f055e24731 100644 --- a/lib/groupmemberlist.php +++ b/lib/groupmemberlist.php @@ -12,7 +12,7 @@ class GroupMemberList extends ProfileList $this->group = $group; } - function newListItem($profile) + function newListItem(Profile $profile) { return new GroupMemberListItem($profile, $this->group, $this->action); }