X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FEvent%2Factions%2Fnewrsvp.php;fp=plugins%2FEvent%2Factions%2Fnewrsvp.php;h=7a87d359e07c77a9b81a094ec30fd7d9b80b2973;hb=7d191f8062e5d117ac234737bc7ab838859dc4d6;hp=cbe67ae1733cac3456e21e6db6f6896b7e03df4f;hpb=c1d2f2516ac361f26bfa0184d7c3f87abbbd10cc;p=quix0rs-gnu-social.git diff --git a/plugins/Event/actions/newrsvp.php b/plugins/Event/actions/newrsvp.php index cbe67ae173..7a87d359e0 100644 --- a/plugins/Event/actions/newrsvp.php +++ b/plugins/Event/actions/newrsvp.php @@ -166,7 +166,7 @@ class NewrsvpAction extends Action $this->elementEnd('body'); $this->endHTML(); } else { - common_redirect($saved->bestUrl(), 303); + common_redirect($saved->getUrl(), 303); } }