From: Alexandre Emsenhuber Date: Mon, 13 Feb 2012 14:01:32 +0000 (+0000) Subject: Removed FakeTitle::userCanEditCssJsSubpage() for consistency since Title::userCanEdit... X-Git-Tag: 1.31.0-rc.0~24739 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=48f2c584a5f6bbee0699fe478d81809acf5ae591;p=lhc%2Fweb%2Fwiklou.git Removed FakeTitle::userCanEditCssJsSubpage() for consistency since Title::userCanEditCssJsSubpage() doesn't exist anymore --- diff --git a/includes/FakeTitle.php b/includes/FakeTitle.php index 8415ec08bd..23b47a9265 100644 --- a/includes/FakeTitle.php +++ b/includes/FakeTitle.php @@ -59,7 +59,6 @@ class FakeTitle extends Title { function getSkinFromCssJsSubpage() { $this->error(); } function isCssSubpage() { $this->error(); } function isJsSubpage() { $this->error(); } - function userCanEditCssJsSubpage() { $this->error(); } function userCanEditCssSubpage() { $this->error(); } function userCanEditJsSubpage() { $this->error(); } function isCascadeProtected() { $this->error(); }