Skip to content

Commit

Permalink
Merge branch 'issue-333' into 'nightly'
Browse files Browse the repository at this point in the history
UserFlag: Pass proper profile to FlaggedProfileListItem

See merge request gnu/gnu-social!168
  • Loading branch information
diogogithub committed Aug 23, 2018
2 parents 9688a55 + 2b43d48 commit b3c3af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/UserFlag/actions/adminprofileflag.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class FlaggedProfileList extends ProfileList
*/
function newListItem(Profile $profile)
{
return new FlaggedProfileListItem($this->profile, $this->action);
return new FlaggedProfileListItem($profile, $this->action);
}
}

Expand Down

0 comments on commit b3c3af1

Please sign in to comment.