Index: trunk/phase3/includes/Export.php |
— | — | @@ -730,8 +730,7 @@ |
731 | 731 | * @ingroup Dump |
732 | 732 | */ |
733 | 733 | class DumpFileOutput extends DumpOutput { |
734 | | - var $handle; |
735 | | - var $filename; |
| 734 | + protected $handle, $filename; |
736 | 735 | |
737 | 736 | function __construct( $file ) { |
738 | 737 | $this->handle = fopen( $file, "wt" ); |