From a6af17943ca7bf8299b7040c7caeb420b97bf94a Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Sat, 26 Apr 2008 06:47:56 +0000 Subject: [PATCH] Merged revisions 52295 via svnmerge from http://svn.silverstripe.com/open/modules/sapphire/branches/2.2.2 ........ r52295 | aoneil | 2008-04-08 12:25:24 +1200 (Tue, 08 Apr 2008) | 2 lines fix links in RSS feeds ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@53510 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- api/RSSFeed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/RSSFeed.php b/api/RSSFeed.php index d27f595be..eda9de17f 100755 --- a/api/RSSFeed.php +++ b/api/RSSFeed.php @@ -307,4 +307,4 @@ class RSSFeed_Entry extends ViewableData { else user_error($this->failover->class . " object has either an AbsoluteLink nor a Link method. Can't put a link in the RSS feed", E_USER_WARNING); } } -?> \ No newline at end of file +?>