]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/feed.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / lib / feed.php
index e04c69be6c8e7edd31037d60538333a1de0df23f..d61c3e8a3433a6e1d698809a5eeadb8e0b2bbca1 100644 (file)
@@ -62,6 +62,11 @@ class Feed
         $this->title = $title;
     }
 
+    function getUrl()
+    {
+        return $this->url;
+    }
+
     function mimeType()
     {
         switch ($this->type) {