Index: trunk/phase3/includes/Import.php |
— | — | @@ -1074,7 +1074,6 @@ |
1075 | 1075 | |
1076 | 1076 | if ( $changed !== false && !$this->mNoUpdates ) { |
1077 | 1077 | wfDebug( __METHOD__ . ": running updates\n" ); |
1078 | | - throw new MWException("BROKEN: calling doEditUpdates()"); |
1079 | 1078 | $article->doEditUpdates( $revision, $userObj, array( 'created' => $created, 'oldcountable' => $oldcountable ) ); |
1080 | 1079 | } |
1081 | 1080 | |