X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryTags.php;h=284bb82129b48cff5532cae492cda01c05c95c69;hb=46fdbb4c0ee144300e0cf277fde286136aea674d;hp=45f73b206a3d26e46f730be507a375e7993b0484;hpb=beab6b009ef45d1d8e62943caa4bceb7a04f0c16;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(), ) ); }