Index: trunk/phase3/includes/Feed.php |
— | — | @@ -306,7 +306,7 @@ |
307 | 307 | <item> |
308 | 308 | <title><?php print $item->getTitle() ?></title> |
309 | 309 | <link><?php print wfExpandUrl( $item->getUrl(), PROTO_CURRENT ) ?></link> |
310 | | - <guid<?php if( !$item->RSSIsPermalink ) print ' isPermaLink="false"' ?>><?php print $item->getUniqueId() ?></guid> |
| 310 | + <guid<?php if( !$item->rssIsPermalink ) print ' isPermaLink="false"' ?>><?php print $item->getUniqueId() ?></guid> |
311 | 311 | <description><?php print $item->getDescription() ?></description> |
312 | 312 | <?php if( $item->getDate() ) { ?><pubDate><?php print $this->formatTime( $item->getDate() ) ?></pubDate><?php } ?> |
313 | 313 | <?php if( $item->getAuthor() ) { ?><dc:creator><?php print $item->getAuthor() ?></dc:creator><?php }?> |