X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryWatchlist.php;h=5367e6a1c13441c8b412d033211bed6be8939942;hb=fa6402516114f900194ab0203ff8878f9094bcab;hp=971563269ab0fb87e61aae7ca33fd7e0f88aa298;hpb=daa41d319b4f8a41167afc7943925814d7e61529;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index 971563269a..5367e6a1c1 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -53,6 +53,10 @@ class ApiQueryWatchlist extends ApiQueryGeneratorBase { $fld_timestamp = false, $fld_user = false, $fld_comment = false, $fld_parsedcomment = false, $fld_sizes = false, $fld_notificationtimestamp = false, $fld_userid = false; + /** + * @param $resultPageSet ApiPageSet + * @return void + */ private function run( $resultPageSet = null ) { $this->selectNamedDB( 'watchlist', DB_SLAVE, 'watchlist' );