X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryAllCategories.php;h=0711c9029236b5d346997e895bad465994fa459a;hb=ac17fbac94f2ba72b3ac64fff2dd188dd76faaf3;hp=cc0b71afbc7b0eaf31262e4731f73d29ed874008;hpb=f873b499650ef5d27570f9cb96d01d1477f9e089;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryAllCategories.php b/includes/api/ApiQueryAllCategories.php index cc0b71afbc..0711c90292 100644 --- a/includes/api/ApiQueryAllCategories.php +++ b/includes/api/ApiQueryAllCategories.php @@ -186,7 +186,8 @@ class ApiQueryAllCategories extends ApiQueryGeneratorBase { 'prop' => array( ApiBase::PARAM_TYPE => array( 'size', 'hidden' ), ApiBase::PARAM_DFLT => '', - ApiBase::PARAM_ISMULTI => true + ApiBase::PARAM_ISMULTI => true, + ApiBase::PARAM_HELP_MSG_PER_VALUE => array(), ), ); }