diff --git a/lib/profileminilist.php b/lib/profileminilist.php index d2997d12de..807bed50a2 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -48,9 +48,9 @@ class ProfileMiniList extends ProfileList $this->out->elementStart('ul', 'entities users xoxo'); } - function newListItem($profile) + function newListItem(Profile $target) { - return new ProfileMiniListItem($profile, $this->action); + return new ProfileMiniListItem($target, $this->action); } function maxProfiles()