From cecb985bee3bdd252e1b8dc0bd500b37cd52be01 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 16 May 2007 20:58:53 +0000 Subject: Aktualisierung auf MediaWiki 1.10.0 Plugins angepasst und verbessert kleine Korrekturen am Design --- includes/FakeTitle.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/FakeTitle.php') diff --git a/includes/FakeTitle.php b/includes/FakeTitle.php index ae05385a..293bdaf0 100644 --- a/includes/FakeTitle.php +++ b/includes/FakeTitle.php @@ -14,7 +14,6 @@ class FakeTitle { function getInterwikiCached() { $this->error(); } function isLocal() { $this->error(); } function isTrans() { $this->error(); } - function touchArray( $titles, $timestamp = '' ) { $this->error(); } function getText() { $this->error(); } function getPartialURL() { $this->error(); } function getDBkey() { $this->error(); } @@ -41,6 +40,7 @@ class FakeTitle { function isProtected() { $this->error(); } function userIsWatching() { $this->error(); } function userCan() { $this->error(); } + function userCanCreate() { $this->error(); } function userCanEdit() { $this->error(); } function userCanMove() { $this->error(); } function isMovable() { $this->error(); } @@ -71,7 +71,6 @@ class FakeTitle { function moveOverExistingRedirect() { $this->error(); } function moveToNewTitle() { $this->error(); } function isValidMoveTarget() { $this->error(); } - function createRedirect() { $this->error(); } function getParentCategories() { $this->error(); } function getParentCategoryTree() { $this->error(); } function pageCond() { $this->error(); } -- cgit v1.2.3-54-g00ecf