From df85f43aa1199bcbd7f87e6ecb1843d0b942a543 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 8 Sep 2009 17:05:38 -0700 Subject: Remove unused $feed->link. --- modules/tag/helpers/tag_rss.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tag_rss.php b/modules/tag/helpers/tag_rss.php index 7194586d..de5d6c72 100644 --- a/modules/tag/helpers/tag_rss.php +++ b/modules/tag/helpers/tag_rss.php @@ -37,7 +37,6 @@ class tag_rss_Core { $feed->children = $tag->items($limit, $offset, "photo"); $feed->max_pages = ceil($tag->count / $limit); $feed->title = $tag->name; - $feed->link = url::abs_site("tags/{$tag->id}"); $feed->description = t("Photos related to %tag_name", array("tag_name" => $tag->name)); return $feed; -- cgit v1.2.3