http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90011
Revision: 90011
Author: reedy
Date: 2011-06-13 21:35:23 +0000 (Mon, 13 Jun 2011)
Log Message:
-----------
Followup r89562, use 'feedformat' not 'feed'
Modified Paths:
--------------
trunk/phase3/includes/api/ApiFeedWatchlist.php
Modified: trunk/phase3/includes/api/ApiFeedWatchlist.php
===================================================================
--- trunk/phase3/includes/api/ApiFeedWatchlist.php 2011-06-13 21:22:43 UTC
(rev 90010)
+++ trunk/phase3/includes/api/ApiFeedWatchlist.php 2011-06-13 21:35:23 UTC
(rev 90011)
@@ -65,7 +65,7 @@
$this->dieUsage( 'Syndication feeds are not
available', 'feed-unavailable' );
}
- if( !isset( $wgFeedClasses[ $params['feed'] ] ) ) {
+ if( !isset( $wgFeedClasses[ $params['feedformat'] ] ) )
{
$this->dieUsage( 'Invalid subscription feed
type', 'feed-invalid' );
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs