X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFakeTitle.php;h=4aa15bfdf7ef0c1bd946ecefe10d97e20f7ebcca;hb=acaaccac52ef21a1d537e78cc845be416fe5b72f;hp=efa213fbe56f59b711b293b9c0c26b7b89f5301b;hpb=0bfeedd9c277be0c183c5d69d049059f2742d5b5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FakeTitle.php b/includes/FakeTitle.php index efa213fbe5..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(); }