From 3783b0b51c1b660a5c993a9baf090550811fd001 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 21 May 2012 10:18:58 +0200 Subject: [PATCH] Remove some methods from FakeTitle that do not exist anymore in Title. There are : - FakeTitle::moveOverExistingRedirect() - FakeTitle::moveToNewTitle() Change-Id: I09f689ef185357b9c9afbfe95bc06b6135ed115d --- includes/FakeTitle.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/FakeTitle.php b/includes/FakeTitle.php index 369c1eeb45..60f7600de1 100644 --- a/includes/FakeTitle.php +++ b/includes/FakeTitle.php @@ -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(); } -- 2.20.1