]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Linkback/LinkbackPlugin.php
Notice URIs are not necessarily URLs.
[quix0rs-gnu-social.git] / plugins / Linkback / LinkbackPlugin.php
index 337cfdedfa5b70dcee2f01d59ec1baaa90f85e0d..597ac1f4469f8948e88f328408ee60d3f1894b0a 100644 (file)
@@ -207,7 +207,7 @@ class LinkbackPlugin extends Plugin
                                          $profile->nickname,
                                          common_exact_date($this->notice->created)),
                       'excerpt' => $this->notice->content,
-                      'url' => $this->notice->uri,
+                      'url' => $this->notice->getUrl(),
                       'blog_name' => $profile->nickname);
 
         $fetcher = Auth_Yadis_Yadis::getHTTPFetcher();