Make $procOpenResource protected as it's used on line 1011 in the Dump7ZipOutput...
authorReedy <reedy@wikimedia.org>
Sat, 7 Apr 2012 16:25:35 +0000 (17:25 +0100)
committerReedy <reedy@wikimedia.org>
Sat, 7 Apr 2012 16:26:06 +0000 (17:26 +0100)
Change-Id: If6a3a52b44d8a8c57f850bda515bdb307ce596d8

includes/Export.php

index 24daa09..48fbc47 100644 (file)
@@ -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 ) ) {