X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fprofileminilist.php;h=e2f5095d7f9e7ce09c9434333813aea0d58c5d6d;hb=1ae5ea8f4cf40113a14a183b754101177f99ba32;hp=4f4748722055aca1ebb555f60e601f7d0b23c634;hpb=2b58d6b774e329a71b8e9b7462c1ae81b70c98ca;p=quix0rs-gnu-social.git diff --git a/lib/profileminilist.php b/lib/profileminilist.php index 4f47487220..e2f5095d7f 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -50,7 +50,7 @@ class ProfileMiniList extends ProfileList $this->out->elementStart('ul', 'entities users xoxo'); } - function newListItem($profile) + function newListItem(Profile $profile) { return new ProfileMiniListItem($profile, $this->action); }