X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQuery.php;h=0a95fba88796b50b88a5144a9738d5d52cf49cc7;hb=b101f0543823f5db81b850329573a678d0e0bd94;hp=49ab59177a49da8aea589bbf34fe42dc8c6bac2c;hpb=d7eb35d056ab038de8dece2ace2723de3304f459;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index 49ab59177a..0a95fba887 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -86,6 +86,7 @@ class ApiQuery extends ApiBase { 'logevents' => 'ApiQueryLogEvents', 'pageswithprop' => 'ApiQueryPagesWithProp', 'pagepropnames' => 'ApiQueryPagePropNames', + 'prefixsearch' => 'ApiQueryPrefixSearch', 'protectedtitles' => 'ApiQueryProtectedTitles', 'querypage' => 'ApiQueryQueryPage', 'random' => 'ApiQueryRandom', @@ -736,7 +737,7 @@ class ApiQuery extends ApiBase { 'from the MediaWiki databases,', 'and is loosely based on the old query.php interface.', 'All data modifications will first have to use query to acquire a ' . - 'token to prevent abuse from malicious sites' + 'token to prevent abuse from malicious sites.' ); }