Merge "Export::dumpFrom() doesn't return any values, and hence neither do any of...
[lhc/web/wiklou.git] / includes / Export.php
index b97615b..73b07c3 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 ) ) {