X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFeedWatchlist.php;h=6aef8fc29462bf40c86f2a57b43668234b781f49;hb=cda108df67691b0a9ebcfe8e79cbf7aeb9aebc52;hp=983b6a81f2220c0692cbf8fcc7a6ae6a1cefae30;hpb=01da3da43d18b123fe3679a6af21f046a78180d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFeedWatchlist.php b/includes/api/ApiFeedWatchlist.php index 983b6a81f2..6aef8fc294 100644 --- a/includes/api/ApiFeedWatchlist.php +++ b/includes/api/ApiFeedWatchlist.php @@ -259,13 +259,6 @@ class ApiFeedWatchlist extends ApiBase { return 'Returns a watchlist feed.'; } - public function getPossibleErrors() { - return array_merge( parent::getPossibleErrors(), array( - array( 'code' => 'feed-unavailable', 'info' => 'Syndication feeds are not available' ), - array( 'code' => 'feed-invalid', 'info' => 'Invalid subscription feed type' ), - ) ); - } - public function getExamples() { return array( 'api.php?action=feedwatchlist',