X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FPoll%2Factions%2Frespondpoll.php;fp=plugins%2FPoll%2Factions%2Frespondpoll.php;h=13d3abf683702a8742d24ead105ef3553b4552ad;hb=7d191f8062e5d117ac234737bc7ab838859dc4d6;hp=8de929241741f342226570d5d3c0cedabc1cfc1e;hpb=c1d2f2516ac361f26bfa0184d7c3f87abbbd10cc;p=quix0rs-gnu-social.git diff --git a/plugins/Poll/actions/respondpoll.php b/plugins/Poll/actions/respondpoll.php index 8de9292417..13d3abf683 100644 --- a/plugins/Poll/actions/respondpoll.php +++ b/plugins/Poll/actions/respondpoll.php @@ -155,7 +155,7 @@ class RespondPollAction extends Action $this->elementEnd('body'); $this->endHTML(); } else { - common_redirect($this->poll->bestUrl(), 303); + common_redirect($this->poll->getUrl(), 303); } }