From 48f2c584a5f6bbee0699fe478d81809acf5ae591 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 13 Feb 2012 14:01:32 +0000 Subject: [PATCH] Removed FakeTitle::userCanEditCssJsSubpage() for consistency since Title::userCanEditCssJsSubpage() doesn't exist anymore --- includes/FakeTitle.php | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.20.1