From: Alexandre Emsenhuber Date: Mon, 21 May 2012 08:18:58 +0000 (+0200) Subject: Remove some methods from FakeTitle that do not exist anymore in Title. X-Git-Tag: 1.31.0-rc.0~23549^2 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=3783b0b51c1b660a5c993a9baf090550811fd001;p=lhc%2Fweb%2Fwiklou.git Remove some methods from FakeTitle that do not exist anymore in Title. There are : - FakeTitle::moveOverExistingRedirect() - FakeTitle::moveToNewTitle() Change-Id: I09f689ef185357b9c9afbfe95bc06b6135ed115d --- 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(); }