From: Reedy Date: Fri, 4 Aug 2017 19:03:46 +0000 (+0100) Subject: Don't declare ApiQueryLinks::$titlesParam dynamically X-Git-Tag: 1.31.0-rc.0~2461^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=7e18aed900995b8066e382eec331aea04c133770 Don't declare ApiQueryLinks::$titlesParam dynamically Change-Id: Ie7b553b2d368766df2c3989d58e42f1b6d3d6779 --- diff --git a/includes/api/ApiQueryLinks.php b/includes/api/ApiQueryLinks.php index 29c0b74c37..3639c06dbc 100644 --- a/includes/api/ApiQueryLinks.php +++ b/includes/api/ApiQueryLinks.php @@ -34,7 +34,7 @@ class ApiQueryLinks extends ApiQueryGeneratorBase { const LINKS = 'links'; const TEMPLATES = 'templates'; - private $table, $prefix, $helpUrl; + private $table, $prefix, $titlesParam, $helpUrl; public function __construct( ApiQuery $query, $moduleName ) { switch ( $moduleName ) {