forked from GNUsocial/gnu-social
Matching inherited function definition
This commit is contained in:
parent
2d0153195e
commit
97d177f42a
@ -158,9 +158,9 @@ class SelftagAction extends Action
|
|||||||
|
|
||||||
class SelfTagProfileList extends ProfileList
|
class SelfTagProfileList extends ProfileList
|
||||||
{
|
{
|
||||||
function newListItem($profile)
|
function newListItem(Profile $target)
|
||||||
{
|
{
|
||||||
return new SelfTagProfileListItem($profile, $this->action);
|
return new SelfTagProfileListItem($target, $this->action);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user