From: syrnon Date: Wed, 3 Jul 2013 19:36:33 +0000 (+0300) Subject: Update atom.php X-Git-Tag: 1.9~44^2~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bfc24f3794fa658b23215a430aafda050460d21b;p=tt-rss.git Update atom.php --- diff --git a/classes/feeditem/atom.php b/classes/feeditem/atom.php index fa6b3a34..c58d2a5f 100644 --- a/classes/feeditem/atom.php +++ b/classes/feeditem/atom.php @@ -1,5 +1,13 @@ baseUrl= $baseUrl; + } + function get_id() { $id = $this->elem->getElementsByTagName("id")->item(0); @@ -39,7 +47,7 @@ class FeedItem_Atom extends FeedItem_Common { || $link->getAttribute("rel") == "alternate" || $link->getAttribute("rel") == "standout")) { - return $link->getAttribute("href"); + return $this->baseUrl.$link->getAttribute("href"); } } }