X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryPagesWithProp.php;h=b6c852538874650d512ea30f7c3756418d7c7862;hb=3b658a2dd3339dce93ad74984eb0120f6c50ccd9;hp=4381485638299827b582b00a360486022938ab34;hpb=10de9847fbed73593641393c29868e0e7a68d309;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryPagesWithProp.php b/includes/api/ApiQueryPagesWithProp.php index 4381485638..b6c8525388 100644 --- a/includes/api/ApiQueryPagesWithProp.php +++ b/includes/api/ApiQueryPagesWithProp.php @@ -32,7 +32,7 @@ */ class ApiQueryPagesWithProp extends ApiQueryGeneratorBase { - public function __construct( $query, $moduleName ) { + public function __construct( ApiQuery $query, $moduleName ) { parent::__construct( $query, $moduleName, 'pwp' ); }