X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FFakeTitle.php;h=efa213fbe56f59b711b293b9c0c26b7b89f5301b;hb=f3779e067fa6afaaf1de54f9e7cf2554b64261ad;hp=369c1eeb4549d2c0e0cf3a808d23d8e346ff5ad2;hpb=a0aa7557fe5e2b6fd2d0a9832d7eddf851f7100f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FakeTitle.php b/includes/FakeTitle.php index 369c1eeb45..efa213fbe5 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(); } @@ -116,9 +114,9 @@ class FakeTitle extends Title { function getParentCategories() { $this->error(); } function getParentCategoryTree( $children = array() ) { $this->error(); } function pageCond() { $this->error(); } - function getPreviousRevisionID( $revId, $flags=0 ) { $this->error(); } - function getNextRevisionID( $revId, $flags=0 ) { $this->error(); } - function getFirstRevision( $flags=0 ) { $this->error(); } + function getPreviousRevisionID( $revId, $flags = 0 ) { $this->error(); } + function getNextRevisionID( $revId, $flags = 0 ) { $this->error(); } + function getFirstRevision( $flags = 0 ) { $this->error(); } function isNewPage() { $this->error(); } function getEarliestRevTime( $flags = 0 ) { $this->error(); } function countRevisionsBetween( $old, $new ) { $this->error(); }