From: Antoine Musso Date: Sat, 20 Jan 2007 17:57:52 +0000 (+0000) Subject: We forgot userCanCreate() X-Git-Tag: 1.31.0-rc.0~54277 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=4d265b4ba368abfc03fcdca20e57720d326425a6;p=lhc%2Fweb%2Fwiklou.git We forgot userCanCreate() --- 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(); }