We forgot userCanCreate()
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 20 Jan 2007 17:57:52 +0000 (17:57 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 20 Jan 2007 17:57:52 +0000 (17:57 +0000)
includes/FakeTitle.php

index ae05385..112d2a6 100644 (file)
@@ -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(); }