X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFakeTitle.php;h=4aa15bfdf7ef0c1bd946ecefe10d97e20f7ebcca;hb=acaaccac52ef21a1d537e78cc845be416fe5b72f;hp=60f7600de1dab4a8912ed6406cbc08e4c934d2e1;hpb=5e18423043c4e1646e1e500ce8852f6c99d06317;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FakeTitle.php b/includes/FakeTitle.php index 60f7600de1..4aa15bfdf7 100644 --- a/includes/FakeTitle.php +++ b/includes/FakeTitle.php @@ -39,6 +39,7 @@ class FakeTitle extends Title { function canTalk() { $this->error(); } function getInterwiki() { $this->error(); } function getFragment() { $this->error(); } + function hasFragment() { $this->error(); } function getFragmentForURL() { $this->error(); } function getDefaultNamespace() { $this->error(); } function getIndexTitle() { $this->error(); } @@ -114,9 +115,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(); }