From f080092e1ab5fe2367d86564e7d0b9ccebe55ea2 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 7 Apr 2012 17:25:35 +0100 Subject: [PATCH] Make $procOpenResource protected as it's used on line 1011 in the Dump7ZipOutput subclass Change-Id: If6a3a52b44d8a8c57f850bda515bdb307ce596d8 --- includes/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.20.1