X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgroupqueue.php;h=060b5a2e7d10753a61feca6f0bb4c2cb6e2896c4;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=e3e719f38abc296afa073616dc15d5708e9e69e2;hpb=72c86913a427e4626b8b43cb725a65cd7f7a0f3c;p=quix0rs-gnu-social.git diff --git a/actions/groupqueue.php b/actions/groupqueue.php index e3e719f38a..060b5a2e7d 100644 --- a/actions/groupqueue.php +++ b/actions/groupqueue.php @@ -153,7 +153,7 @@ class GroupqueueAction extends GroupAction // @todo FIXME: documentation missing. class GroupQueueList extends GroupMemberList { - function newListItem($profile) + function newListItem(Profile $profile) { return new GroupQueueListItem($profile, $this->group, $this->action); }