X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=actions%2Finvite.php;h=89b7e83bf6d19a32899e05db5fe2b32ac1439cb3;hb=b209dcf8a75dd1ead7fa9ae7df06d9a73d77928d;hp=f99dd4d783497a0cd76f8f170de7254362cd4e32;hpb=93e878d7cab25741ca7ba6d184d68c1df423164a;p=quix0rs-gnu-social.git diff --git a/actions/invite.php b/actions/invite.php index f99dd4d783..89b7e83bf6 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -118,7 +118,7 @@ class InviteAction extends Action $this->already[] = $other; } else { try { - Subscription::start($profile, $other); + Subscription::ensureStart($profile, $other); $this->subbed[] = $other; } catch (Exception $e) { // subscription failed, but keep working