From: Siebrand Mazeland Date: Tue, 19 Nov 2013 08:07:59 +0000 (+0100) Subject: Declare visibility on class properties of LinkBatch X-Git-Tag: 1.31.0-rc.0~18029^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=7f56ab1d7c55dbc03fb6df71ee4c344dd323505d;p=lhc%2Fweb%2Fwiklou.git Declare visibility on class properties of LinkBatch Set to public. Usage in for example api/ApiPageSet.php. Change-Id: I8d6b8a0728a465544b09832b2916235628a21b8e --- 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.