ProfileMiniList->newListItem changed to match ProfileList->newListItem
This commit is contained in:
parent
701f6ff608
commit
df8c14d66a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user