| Index: trunk/phase3/includes/Title.php |
| — | — | @@ -3188,7 +3188,7 @@ |
| 3189 | 3189 | $pageCountChange = ( $createRedirect ? 1 : 0 ) - ( $nt->exists() ? 1 : 0 ); |
| 3190 | 3190 | |
| 3191 | 3191 | // Do the actual move |
| 3192 | | - $err = $this->moveToInternal( $nt, $reason, $createRedirect ); |
| | 3192 | + $err = $this->moveOverExistingRedirect( $nt, $reason, $createRedirect ); |
| 3193 | 3193 | if ( is_array( $err ) ) { |
| 3194 | 3194 | # @todo FIXME: What about the File we have already moved? |
| 3195 | 3195 | $dbw->rollback(); |