X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fselftag.php;h=58f0460997536a662c8d59ba235a4fc226bf75eb;hb=3f28b17c86c4cd88d4f39629ea8a89ec3a820790;hp=b886c3d9f731cc28e4e041df35c3e40159eb5365;hpb=b9eee437dd6d1b6fe6bc3e04993f339a1397d671;p=quix0rs-gnu-social.git diff --git a/actions/selftag.php b/actions/selftag.php index b886c3d9f7..58f0460997 100644 --- a/actions/selftag.php +++ b/actions/selftag.php @@ -158,7 +158,7 @@ class SelftagAction extends Action class SelfTagProfileList extends ProfileList { - function newListItem($profile) + function newListItem(Profile $profile) { return new SelfTagProfileListItem($profile, $this->action); }