r95342 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95341‎ | r95342 | r95343 >
Date:22:05, 23 August 2011
Author:bawolff
Status:ok
Tags:
Comment:
Follow-up r95178 - use ->text() instead of toString() on the message per Nikerabbit.
Modified paths:
  • /trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php
@@ -62,7 +62,7 @@
6363 // its re-using another message in a
6464 // different context.
6565 // uses feed-rss and feed-atom messages.
66 - $feedType = $msg->toString();
 66+ $feedType = $msg->text();
6767 } else {
6868 $feedType = $wgContLang->uc( $params['feed'] );
6969 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r95628MFT to REL1_18 (extensions)...hashar15:32, 28 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95178(follow-up r91812) change to wfMessage per Roan's suggestion....bawolff20:22, 21 August 2011

Status & tagging log