X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQuerySearch.php;h=d67fac2a9c8d86e41a9f7a594608d733a82e6e13;hb=ecc71fc9e4bac94a879c0734d90ba0b94211d5d3;hp=8eceb6f084d7410222818874ba8c3f9170a66405;hpb=f994817f6b0283260792e822fe891bc3f7330c44;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQuerySearch.php b/includes/api/ApiQuerySearch.php index 8eceb6f084..d67fac2a9c 100644 --- a/includes/api/ApiQuerySearch.php +++ b/includes/api/ApiQuerySearch.php @@ -39,7 +39,7 @@ class ApiQuerySearch extends ApiQueryGeneratorBase { */ const BACKEND_NULL_PARAM = 'database-backed'; - public function __construct( $query, $moduleName ) { + public function __construct( ApiQuery $query, $moduleName ) { parent::__construct( $query, $moduleName, 'sr' ); }