]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/QnA/actions/qnavote.php
RepeatAction extends FormAction (and ManagedAction)
[quix0rs-gnu-social.git] / plugins / QnA / actions / qnavote.php
index 5e227a69ceada7edf48c6efec8576336bd0b4e59..6cda1ff827fef15e8d008a04411f793424a029e9 100644 (file)
@@ -153,7 +153,7 @@ class Qnavote extends Action
             $this->elementEnd('body');
             $this->endHTML();
         } else {
-            common_redirect($this->question->bestUrl(), 303);
+            common_redirect($this->question->getUrl(), 303);
         }
     }