Don't declare ApiQueryLinks::$titlesParam dynamically
authorReedy <reedy@wikimedia.org>
Fri, 4 Aug 2017 19:03:46 +0000 (20:03 +0100)
committerReedy <reedy@wikimedia.org>
Fri, 4 Aug 2017 19:12:29 +0000 (19:12 +0000)
Change-Id: Ie7b553b2d368766df2c3989d58e42f1b6d3d6779

includes/api/ApiQueryLinks.php

index 29c0b74..3639c06 100644 (file)
@@ -34,7 +34,7 @@ class ApiQueryLinks extends ApiQueryGeneratorBase {
        const LINKS = 'links';
        const TEMPLATES = 'templates';
 
        const LINKS = 'links';
        const TEMPLATES = 'templates';
 
-       private $table, $prefix, $helpUrl;
+       private $table, $prefix, $titlesParam, $helpUrl;
 
        public function __construct( ApiQuery $query, $moduleName ) {
                switch ( $moduleName ) {
 
        public function __construct( ApiQuery $query, $moduleName ) {
                switch ( $moduleName ) {