From: Antoine Musso Date: Mon, 7 May 2012 21:34:07 +0000 (-0700) Subject: (bug 36603) Make DumpFilter::$sink public again X-Git-Tag: 1.31.0-rc.0~23707^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=a8629e30ed3e6d80a09512e5b7aa3eead8f4fb31;p=lhc%2Fweb%2Fwiklou.git (bug 36603) Make DumpFilter::$sink public again This is required by dump unit testing for now. The change was introduced by commit ab6e54e0 https://gerrit.wikimedia.org/r/#/c/6089/ We will have to update the Dump tests to no more reference sink directly but use a proper accessing method that has yet to be written. Change-Id: I1246739c4ea174b13af475db8cfcb48740ecc2df --- diff --git a/includes/Export.php b/includes/Export.php index 811d716629..ea6fd9421b 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -1177,8 +1177,10 @@ class DumpFilter { /** * @var DumpOutput + * FIXME will need to be made protected whenever legacy code + * is updated. */ - protected $sink; + public $sink; /** * @var bool