From: Reedy Date: Sat, 7 Apr 2012 16:25:35 +0000 (+0100) Subject: Make $procOpenResource protected as it's used on line 1011 in the Dump7ZipOutput... X-Git-Tag: 1.31.0-rc.0~23983^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=f080092e1ab5fe2367d86564e7d0b9ccebe55ea2;p=lhc%2Fweb%2Fwiklou.git Make $procOpenResource protected as it's used on line 1011 in the Dump7ZipOutput subclass Change-Id: If6a3a52b44d8a8c57f850bda515bdb307ce596d8 --- diff --git a/includes/Export.php b/includes/Export.php index 24daa0932e..48fbc47bc7 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -910,7 +910,7 @@ class DumpFileOutput extends DumpOutput { */ class DumpPipeOutput extends DumpFileOutput { protected $command, $filename; - private $procOpenResource = false; + protected $procOpenResource = false; function __construct( $command, $file = null ) { if ( !is_null( $file ) ) {