X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryBlocks.php;h=229e3d1187cba2c0bf388cd9366f8782ff1c5e85;hb=381a6ce691840437c6a449fe52bfd6dacb80af2d;hp=25f0bf70d917a2578f4b3742e794d13679196fbd;hpb=fac57b4b9692847c0473efedcff076fab873dbde;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryBlocks.php b/includes/api/ApiQueryBlocks.php index 25f0bf70d9..229e3d1187 100644 --- a/includes/api/ApiQueryBlocks.php +++ b/includes/api/ApiQueryBlocks.php @@ -273,6 +273,7 @@ class ApiQueryBlocks extends ApiQueryBase { ApiBase::PARAM_ISMULTI => true ), 'users' => array( + ApiBase::PARAM_TYPE => 'user', ApiBase::PARAM_ISMULTI => true ), 'ip' => array( @@ -303,7 +304,8 @@ class ApiQueryBlocks extends ApiQueryBase { 'range', 'flags' ), - ApiBase::PARAM_ISMULTI => true + ApiBase::PARAM_ISMULTI => true, + ApiBase::PARAM_HELP_MSG_PER_VALUE => array(), ), 'show' => array( ApiBase::PARAM_TYPE => array(