From 7f56ab1d7c55dbc03fb6df71ee4c344dd323505d Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 19 Nov 2013 09:07:59 +0100 Subject: [PATCH] Declare visibility on class properties of LinkBatch Set to public. Usage in for example api/ApiPageSet.php. Change-Id: I8d6b8a0728a465544b09832b2916235628a21b8e --- includes/cache/LinkBatch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/cache/LinkBatch.php b/includes/cache/LinkBatch.php index 7bb41ac135..1a20ab4f4f 100644 --- a/includes/cache/LinkBatch.php +++ b/includes/cache/LinkBatch.php @@ -31,7 +31,7 @@ class LinkBatch { /** * 2-d array, first index namespace, second index dbkey, value arbitrary */ - var $data = array(); + public $data = array(); /** * For debugging which method is using this class. -- 2.20.1