]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Poll/actions/respondpoll.php
s/bestUrl/getUrl/ for notices and microapp objects
[quix0rs-gnu-social.git] / plugins / Poll / actions / respondpoll.php
index 8de929241741f342226570d5d3c0cedabc1cfc1e..13d3abf683702a8742d24ead105ef3553b4552ad 100644 (file)
@@ -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);
         }
     }