X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryPrefixSearch.php;h=4abd7f0ee6f29b5892f2bfeb4ded949079260090;hb=845ae423486fe1c8186ae4dd2b10e00ac757ad8b;hp=eaa9c01f226f85cfc8e540d332c4534b8f10b410;hpb=ca895b7072b9d98a5b3abf8f2a46474095c16210;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryPrefixSearch.php b/includes/api/ApiQueryPrefixSearch.php index eaa9c01f22..4abd7f0ee6 100644 --- a/includes/api/ApiQueryPrefixSearch.php +++ b/includes/api/ApiQueryPrefixSearch.php @@ -93,8 +93,8 @@ class ApiQueryPrefixSearch extends ApiQueryGeneratorBase { ApiBase::PARAM_DFLT => 10, ApiBase::PARAM_TYPE => 'limit', ApiBase::PARAM_MIN => 1, - ApiBase::PARAM_MAX => 100, // Non-standard value for compatibility - // with action=opensearch + // Non-standard value for compatibility with action=opensearch + ApiBase::PARAM_MAX => 100, ApiBase::PARAM_MAX2 => 200, ), );