diff --git a/plugins/UserFlag/actions/adminprofileflag.php b/plugins/UserFlag/actions/adminprofileflag.php index 35ce474ea4..d8d11018b0 100644 --- a/plugins/UserFlag/actions/adminprofileflag.php +++ b/plugins/UserFlag/actions/adminprofileflag.php @@ -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); } }