X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryLinks.php;h=7c179381934516bfc48fe77abaffc9bad0a733a9;hb=3dcf7c09b472ab396a2cc20fe1927bf924969f90;hp=dd816cfee5bbbef86a9415ef81a73311c66050c5;hpb=be055037bfc3ed290b9e3ab9771bc4ef46398d46;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryLinks.php b/includes/api/ApiQueryLinks.php index dd816cfee5..7c17938193 100644 --- a/includes/api/ApiQueryLinks.php +++ b/includes/api/ApiQueryLinks.php @@ -36,7 +36,7 @@ class ApiQueryLinks extends ApiQueryGeneratorBase { private $table, $prefix, $description, $helpUrl; - public function __construct( $query, $moduleName ) { + public function __construct( ApiQuery $query, $moduleName ) { switch ( $moduleName ) { case self::LINKS: $this->table = 'pagelinks';