X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryAllLinks.php;h=347da89606cffc90aaf9e673ffa366fd64b9838e;hb=38ba6b620be9f6333d902055ae1c0c610af4985e;hp=fadecfb47e2791e728c9bb3d7721b45099ec9416;hpb=012248fc5a7d6d0257df1a0feadbda5ae4a477e2;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,