r35797 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35796‎ | r35797 | r35798 >
Date:15:05, 3 June 2008
Author:ialex
Status:old
Tags:
Comment:
Fatal error: Call to undefined method User::userCan()
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -1101,7 +1101,7 @@
11021102 * @return bool
11031103 */
11041104 public function isPingLimitable() {
1105 - return !$this->userCan('noratelimits');
 1105+ return !$this->isAllowed('noratelimits');
11061106 }
11071107
11081108 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r35825Revert r35794, r35795, r35797, r35798 for now....brion22:43, 3 June 2008

Status & tagging log