From: Raimond Spekking Date: Sat, 27 Aug 2011 08:26:08 +0000 (+0000) Subject: fu r95396 Fix function name X-Git-Tag: 1.31.0-rc.0~28049 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=058fb1230711834eff62817156c14e4e441f989e;p=lhc%2Fweb%2Fwiklou.git fu r95396 Fix function name --- 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();