Fix embarassing debugging code left in in r93744
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 4 Aug 2011 12:13:01 +0000 (12:13 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 4 Aug 2011 12:13:01 +0000 (12:13 +0000)
includes/Import.php

index 7fcdf05..9fb79e2 100644 (file)
@@ -1074,7 +1074,6 @@ class WikiRevision {
 
                if ( $changed !== false && !$this->mNoUpdates ) {
                        wfDebug( __METHOD__ . ": running updates\n" );
-                       throw new MWException("BROKEN: calling doEditUpdates()");
                        $article->doEditUpdates( $revision, $userObj, array( 'created' => $created, 'oldcountable' => $oldcountable ) );
                }