X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FUserFlag%2Factions%2Fadminprofileflag.php;h=8a7d478631200deb6cba077df4a47698045721be;hb=f9ddb0e20919b1b22b1a78463ffb227a009c5614;hp=4ba69bcc631918e20edfbb6ede42308a328fa667;hpb=77d780a59e45701839f77a7d15996c90a07b2bd5;p=quix0rs-gnu-social.git diff --git a/plugins/UserFlag/actions/adminprofileflag.php b/plugins/UserFlag/actions/adminprofileflag.php index 4ba69bcc63..8a7d478631 100644 --- a/plugins/UserFlag/actions/adminprofileflag.php +++ b/plugins/UserFlag/actions/adminprofileflag.php @@ -200,7 +200,7 @@ class FlaggedProfileList extends ProfileList * * @return ProfileListItem newly-created item */ - function newListItem($profile) + function newListItem(Profile $profile) { return new FlaggedProfileListItem($this->profile, $this->action); }