X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFeedRecentChanges.php;h=e5dba8fe4a9a68596c14939a60e44a34e8a3dac9;hb=bfb84f8a0da5fa4bc2e2a3472af32bad830286c4;hp=2a80dd535445550334c78d864a1b1654bc8d57b2;hpb=0e25b050286bed143ed5a23e87d5543fe71ce5dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFeedRecentChanges.php b/includes/api/ApiFeedRecentChanges.php index 2a80dd5354..e5dba8fe4a 100644 --- a/includes/api/ApiFeedRecentChanges.php +++ b/includes/api/ApiFeedRecentChanges.php @@ -169,16 +169,6 @@ class ApiFeedRecentChanges extends ApiBase { 'showlinkedto' => false, ]; - if ( $config->get( 'AllowCategorizedRecentChanges' ) ) { - $ret += [ - 'categories' => [ - ApiBase::PARAM_TYPE => 'string', - ApiBase::PARAM_ISMULTI => true, - ], - 'categories_any' => false, - ]; - } - return $ret; }