r93879 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93878‎ | r93879 | r93880 >
Date:12:13, 4 August 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix embarassing debugging code left in in r93744
Modified paths:
  • /trunk/phase3/includes/Import.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Import.php
@@ -1074,7 +1074,6 @@
10751075
10761076 if ( $changed !== false && !$this->mNoUpdates ) {
10771077 wfDebug( __METHOD__ . ": running updates\n" );
1078 - throw new MWException("BROKEN: calling doEditUpdates()");
10791078 $article->doEditUpdates( $revision, $userObj, array( 'created' => $created, 'oldcountable' => $oldcountable ) );
10801079 }
10811080

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93744Add --no-updates flag to importDump.php that allows the user to skip updating...catrope14:05, 2 August 2011

Status & tagging log