X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryProtectedTitles.php;h=fcca490f23f7179eabb30efb03a5d5b9c4495b1b;hb=fa6402516114f900194ab0203ff8878f9094bcab;hp=9b0c3d6d0d143cdb3d424168b0fc08c9f38ba94a;hpb=6309c920dd71b639c78dcdc2cb3a490ccaad18e4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryProtectedTitles.php b/includes/api/ApiQueryProtectedTitles.php index 9b0c3d6d0d..fcca490f23 100644 --- a/includes/api/ApiQueryProtectedTitles.php +++ b/includes/api/ApiQueryProtectedTitles.php @@ -48,6 +48,10 @@ class ApiQueryProtectedTitles extends ApiQueryGeneratorBase { $this->run( $resultPageSet ); } + /** + * @param $resultPageSet ApiPageSet + * @return void + */ private function run( $resultPageSet = null ) { $params = $this->extractRequestParams();