From 4d265b4ba368abfc03fcdca20e57720d326425a6 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 20 Jan 2007 17:57:52 +0000 Subject: [PATCH] We forgot userCanCreate() --- includes/FakeTitle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/FakeTitle.php b/includes/FakeTitle.php index ae05385ad2..112d2a6b94 100644 --- a/includes/FakeTitle.php +++ b/includes/FakeTitle.php @@ -41,6 +41,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(); } -- 2.20.1