From: Yuri Astrakhan Date: Mon, 30 Nov 2015 20:42:09 +0000 (+0300) Subject: Minor api doc fix X-Git-Tag: 1.31.0-rc.0~8850 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=cbcc94bc7799aca06ea20366a2e6be26d27f72a0;p=lhc%2Fweb%2Fwiklou.git Minor api doc fix Change-Id: Ibc432e504aa63f908b5fca93110e2d54f91c5dbd --- diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 8e5cdcc471..8a98197754 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -97,7 +97,7 @@ abstract class ApiBase extends ContextSource { /** (integer) Lowest value allowed for the parameter, for PARAM_TYPE 'integer' and 'limit'. */ const PARAM_MIN = 5; - /** (boolean) Allow the same value to be set more than once when PARAM_MULTI is true? */ + /** (boolean) Allow the same value to be set more than once when PARAM_ISMULTI is true? */ const PARAM_ALLOW_DUPLICATES = 6; /** (boolean) Is the parameter deprecated (will show a warning)? */