From eefe59bc4d447a6d456b72d084c561a03e7ae0cc Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 12 Nov 2011 12:13:08 +0000 Subject: [PATCH] Per Nikerabbit, fix undefined variable notice from r102851 --- includes/Feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Feed.php b/includes/Feed.php index abe6e53191..fc637be9f1 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -306,7 +306,7 @@ class RSSFeed extends ChannelFeed { <?php print $item->getTitle() ?> getUrl(), PROTO_CURRENT ) ?> - RSSIsPermalink ) print ' isPermaLink="false"' ?>>getUniqueId() ?> + rssIsPermalink ) print ' isPermaLink="false"' ?>>getUniqueId() ?> getDescription() ?> getDate() ) { ?>formatTime( $item->getDate() ) ?> getAuthor() ) { ?>getAuthor() ?> -- 2.20.1