X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQuery.php;h=8407fad7943fac882f618da3994daf29fe2c4ea1;hb=f85ae83503058a8fdc7b69bd256fe14fe3821eea;hp=3d6372c5e055ef2c124a2816f48766dffe7c7316;hpb=be8170b5f32dd5d9567cbda2a54ceb8437fe74bf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index 3d6372c5e0..8407fad794 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -526,6 +526,7 @@ class ApiQuery extends ApiBase { 'exportnowrap' => false, 'iwurl' => false, 'continue' => null, + 'rawcontinue' => false, ); if ( $flags ) { $result += $this->getPageSet()->getFinalParams( $flags ); @@ -608,6 +609,8 @@ class ApiQuery extends ApiBase { 'This parameter is recommended for all new development, and ' . 'will be made default in the next API version.' ), + 'rawcontinue' => 'Currently ignored. In the future, \'continue=\' will become the ' . + 'default and this will be needed to receive the raw query-continue data.', ); }