Fatal error: Call to undefined method User::userCan()
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 3 Jun 2008 15:05:14 +0000 (15:05 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 3 Jun 2008 15:05:14 +0000 (15:05 +0000)
includes/User.php

index 426f63c..a57a95d 100644 (file)
@@ -1101,7 +1101,7 @@ class User {
         * @return bool
         */
        public function isPingLimitable() {
-               return !$this->userCan('noratelimits');
+               return !$this->isAllowed('noratelimits');
        }
 
        /**