X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryTags.php;h=284bb82129b48cff5532cae492cda01c05c95c69;hb=e9a09648dceb8ed37e90a85ffd7230358878b638;hp=45f73b206a3d26e46f730be507a375e7993b0484;hpb=f873b499650ef5d27570f9cb96d01d1477f9e089;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php index 45f73b206a..284bb82129 100644 --- a/includes/api/ApiQueryTags.php +++ b/includes/api/ApiQueryTags.php @@ -163,7 +163,8 @@ class ApiQueryTags extends ApiQueryBase { 'source', 'active', ), - ApiBase::PARAM_ISMULTI => true + ApiBase::PARAM_ISMULTI => true, + ApiBase::PARAM_HELP_MSG_PER_VALUE => array(), ) ); }