Index: trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | // its re-using another message in a |
64 | 64 | // different context. |
65 | 65 | // uses feed-rss and feed-atom messages. |
66 | | - $feedType = $msg->toString(); |
| 66 | + $feedType = $msg->text(); |
67 | 67 | } else { |
68 | 68 | $feedType = $wgContLang->uc( $params['feed'] ); |
69 | 69 | } |