X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFakeTitle.php;h=2f4d26b92bba925dd79852cf4099a8e963bd5ae6;hb=d6c4ab939024ec07bb679be664089e5584a6bb26;hp=4aa15bfdf7ef0c1bd946ecefe10d97e20f7ebcca;hpb=ba7f151c0694a403b49ad2e71712350f37d462fe;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FakeTitle.php b/includes/FakeTitle.php index 4aa15bfdf7..2f4d26b92b 100644 --- a/includes/FakeTitle.php +++ b/includes/FakeTitle.php @@ -42,7 +42,6 @@ class FakeTitle extends Title { function hasFragment() { $this->error(); } function getFragmentForURL() { $this->error(); } function getDefaultNamespace() { $this->error(); } - function getIndexTitle() { $this->error(); } function getPrefixedDBkey() { $this->error(); } function getPrefixedText() { $this->error(); } function getFullText() { $this->error(); }