r102861 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102860‎ | r102861 | r102862 >
Date:12:13, 12 November 2011
Author:ialex
Status:ok
Tags:
Comment:
Per Nikerabbit, fix undefined variable notice from r102851
Modified paths:
  • /trunk/phase3/includes/Feed.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Feed.php
@@ -306,7 +306,7 @@
307307 <item>
308308 <title><?php print $item->getTitle() ?></title>
309309 <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>
311311 <description><?php print $item->getDescription() ?></description>
312312 <?php if( $item->getDate() ) { ?><pubDate><?php print $this->formatTime( $item->getDate() ) ?></pubDate><?php } ?>
313313 <?php if( $item->getAuthor() ) { ?><dc:creator><?php print $item->getAuthor() ?></dc:creator><?php }?>

Follow-up revisions

RevisionCommit summaryAuthorDate
r109196MFT r102851, r102861reedy19:57, 17 January 2012
r109197MFT r102851, r102861reedy19:58, 17 January 2012
r109532* (bug 33818) GoogleNewsSitemap failing to return feeds...reedy14:29, 19 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102851* Renamed member variables to begin with a lower case...ialex09:57, 12 November 2011

Status & tagging log