From df8c14d66a7b46a07beabc34a2c50493036db1c8 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 5 Jan 2016 00:09:47 +0100 Subject: [PATCH] ProfileMiniList->newListItem changed to match ProfileList->newListItem --- lib/profileminilist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.39.5