X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fapi%2FApiQueryAllLinks.php;h=347da89606cffc90aaf9e673ffa366fd64b9838e;hb=0db15debb98c8d0b51d41d3dcce1f949d537587b;hp=fadecfb47e2791e728c9bb3d7721b45099ec9416;hpb=a13b5429abe617b09783000a650b237c1f0eb608;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryAllLinks.php b/includes/api/ApiQueryAllLinks.php index fadecfb47e..347da89606 100644 --- a/includes/api/ApiQueryAllLinks.php +++ b/includes/api/ApiQueryAllLinks.php @@ -255,6 +255,7 @@ class ApiQueryAllLinks extends ApiQueryGeneratorBase { ApiBase::PARAM_TYPE => array_merge( array( 'ids', 'title' ), array_keys( $this->props ) ), + ApiBase::PARAM_HELP_MSG_PER_VALUE => array(), ), 'namespace' => array( ApiBase::PARAM_DFLT => $this->dfltNamespace,