]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Poll/classes/Poll_response.php
s/bestUrl/getUrl/ for notices and microapp objects
[quix0rs-gnu-social.git] / plugins / Poll / classes / Poll_response.php
index 21b390db803febdfc8ebef6e506a7ba2ad71322c..20b7700147bc1006c2a89200b0c2488ed71f5e40 100644 (file)
@@ -100,9 +100,9 @@ class Poll_response extends Managed_DataObject
         return Notice::getKV('uri', $this->uri);
     }
 
-    function bestUrl()
+    function getUrl()
     {
-        return $this->getNotice()->bestUrl();
+        return $this->getNotice()->getUrl();
     }
 
     /**