r96378 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96377‎ | r96378 | r96379 >
Date:22:17, 6 September 2011
Author:catrope
Status:ok (Comments)
Tags:
Comment:
Fix parse error in r96275
Modified paths:
  • /trunk/phase3/includes/Export.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Export.php
@@ -730,8 +730,7 @@
731731 * @ingroup Dump
732732 */
733733 class DumpFileOutput extends DumpOutput {
734 - var $handle;
735 - var $filename;
 734+ protected $handle, $filename;
736735
737736 function __construct( $file ) {
738737 $this->handle = fopen( $file, "wt" );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96275Fixes for r95260:...catrope11:16, 5 September 2011

Comments

#Comment by Nikerabbit (talk | contribs)   07:58, 7 September 2011

I had to scratch my head a while what error could be in that diff, before I looked the referenced revision.

Status & tagging log