X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryPageProps.php;h=e51c7ab07eefee379ab2df20a5f931bca1de332f;hb=a316b0788f91deaf32b3cc7a496188b3cbb85462;hp=2de57106e9f2f8884f2b4ca99100463f1f59e5ef;hpb=99e968b5aa933a33a45216f6355f00780a0cf203;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php index 2de57106e9..e51c7ab07e 100644 --- a/includes/api/ApiQueryPageProps.php +++ b/includes/api/ApiQueryPageProps.php @@ -115,6 +115,7 @@ class ApiQueryPageProps extends ApiQueryBase { if ( !$fit ) { $this->setContinueEnumParameter( 'continue', $page ); } + return $fit; } @@ -134,7 +135,8 @@ class ApiQueryPageProps extends ApiQueryBase { public function getParamDescription() { return array( 'continue' => 'When more results are available, use this to continue', - 'prop' => 'Only list these props. Useful for checking whether a certain page uses a certain page prop', + 'prop' => 'Only list these props. Useful for checking whether a ' . + 'certain page uses a certain page prop', ); }