Merge "Remove some methods from FakeTitle that do not exist anymore in Title."
authorDemon <chadh@wikimedia.org>
Mon, 21 May 2012 19:32:08 +0000 (19:32 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 21 May 2012 19:32:08 +0000 (19:32 +0000)
includes/FakeTitle.php

index 369c1ee..60f7600 100644 (file)
@@ -107,8 +107,6 @@ class FakeTitle extends Title {
        function moveNoAuth( &$nt ) { $this->error(); }
        function isValidMoveOperation( &$nt, $auth = true, $reason = '' ) { $this->error(); }
        function moveTo( &$nt, $auth = true, $reason = '', $createRedirect = true ) { $this->error(); }
-       function moveOverExistingRedirect( &$nt, $reason = '', $createRedirect = true ) { $this->error(); }
-       function moveToNewTitle( &$nt, $reason = '', $createRedirect = true ) { $this->error(); }
        function moveSubpages( $nt, $auth = true, $reason = '', $createRedirect = true ) { $this->error(); }
        function isSingleRevRedirect() { $this->error(); }
        function isValidMoveTarget( $nt ) { $this->error(); }