We forgot userCanCreate()
[lhc/web/wiklou.git] / 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(); }