From 058fb1230711834eff62817156c14e4e441f989e Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Sat, 27 Aug 2011 08:26:08 +0000 Subject: [PATCH] fu r95396 Fix function name --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 49feeef90d..61905dc42e 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -3188,7 +3188,7 @@ class Title { $pageCountChange = ( $createRedirect ? 1 : 0 ) - ( $nt->exists() ? 1 : 0 ); // Do the actual move - $err = $this->moveToInternal( $nt, $reason, $createRedirect ); + $err = $this->moveOverExistingRedirect( $nt, $reason, $createRedirect ); if ( is_array( $err ) ) { # @todo FIXME: What about the File we have already moved? $dbw->rollback(); -- 2.20.1