X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fprofileminilist.php;h=807bed50a2f86d0c5e7a13994f5248d5dd937578;hb=d2e6519bad041e50b4ae7df441e43fd2cfed46fc;hp=d2997d12de55cad30aa1a64d40a64b75570ae413;hpb=a39f51c0441b22951412b2c00d88c34f39cb39c9;p=quix0rs-gnu-social.git 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()