X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFeedRecentChanges.php;h=7239a2967f4dd3b7b98b83c9f910da2f49ab3a32;hb=35eb9481a2e5eaa433b2726adc04e863f018cf40;hp=bb68d5aed7dd333e8a12cb8094a426616eff9c9e;hpb=4f1390819a8fcd91c0c34449736fff4548032ad3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFeedRecentChanges.php b/includes/api/ApiFeedRecentChanges.php index bb68d5aed7..7239a2967f 100644 --- a/includes/api/ApiFeedRecentChanges.php +++ b/includes/api/ApiFeedRecentChanges.php @@ -198,13 +198,6 @@ class ApiFeedRecentChanges extends ApiBase { return 'Returns a recent changes 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=feedrecentchanges',