r95594 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95593‎ | r95594 | r95595 >
Date:08:26, 27 August 2011
Author:raymond
Status:reverted
Tags:lamecommitsummary 
Comment:
fu r95396 Fix function name
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -3188,7 +3188,7 @@
31893189 $pageCountChange = ( $createRedirect ? 1 : 0 ) - ( $nt->exists() ? 1 : 0 );
31903190
31913191 // Do the actual move
3192 - $err = $this->moveToInternal( $nt, $reason, $createRedirect );
 3192+ $err = $this->moveOverExistingRedirect( $nt, $reason, $createRedirect );
31933193 if ( is_array( $err ) ) {
31943194 # @todo FIXME: What about the File we have already moved?
31953195 $dbw->rollback();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95396Merge the iwtransclusion branch back into trunk...reedy13:03, 24 August 2011

Status & tagging log