X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsubscriptions.php;h=adf337dfc8bca8c655ccb61330001a771e25a1b5;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=b5734b3747ee38900339a480fc2858b25190a1c7;hpb=3900a739b92cf8560ad318fe1106afb9bf8f4fe8;p=quix0rs-gnu-social.git diff --git a/actions/subscriptions.php b/actions/subscriptions.php index b5734b3747..adf337dfc8 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -159,7 +159,7 @@ class SubscriptionsAction extends GalleryAction class SubscriptionsList extends SubscriptionList { - function newListItem($profile) + function newListItem(Profile $profile) { return new SubscriptionsListItem($profile, $this->owner, $this->action); }