X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryUsers.php;h=d0d0f08223091b723ce8eb8904a7e314562f4986;hb=3b658a2dd3339dce93ad74984eb0120f6c50ccd9;hp=ce92063c5ce87cb5e6b45bee4bc6a9cef4562e24;hpb=67c63613de88d4919d232118e18fd91424697a0d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryUsers.php b/includes/api/ApiQueryUsers.php index ce92063c5c..d0d0f08223 100644 --- a/includes/api/ApiQueryUsers.php +++ b/includes/api/ApiQueryUsers.php @@ -50,7 +50,7 @@ class ApiQueryUsers extends ApiQueryBase { 'gender', ); - public function __construct( $query, $moduleName ) { + public function __construct( ApiQuery $query, $moduleName ) { parent::__construct( $query, $moduleName, 'us' ); }