X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsubscriptions.php;h=39f794a045d722567076812dca1f29e5a50a1194;hb=8ffecae9c63d8d5a533f3d1610d36f93ba21c2fc;hp=231a697230601822f3eaf3c4ff2f28fad80de05e;hpb=53fb39a1d02fe26a7393d25b199f4f445c8da328;p=quix0rs-gnu-social.git diff --git a/actions/subscriptions.php b/actions/subscriptions.php index 231a697230..39f794a045 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -161,7 +161,7 @@ class SubscriptionsAction extends GalleryAction class SubscriptionsList extends SubscriptionList { - function newListItem($profile) + function newListItem(Profile $profile) { return new SubscriptionsListItem($profile, $this->owner, $this->action); }