From d415d607b680829fc2b3a188e55d7cf4433793e5 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 29 Jan 2009 16:03:13 +0000 Subject: [PATCH] Use quickUserCan rather than strange boolean param :) --- includes/Article.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index da8e0075d4..4bbf2e9a75 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -994,7 +994,7 @@ class Article { # Only diffs and new page links from RC give rcid params, so if # we are just viewing the page normally with no rcid, try to find it. # This is more convenient for users. - if( $this->mTitle->exists() && $this->mTitle->userCan('patrol', false) ) { + if( $this->mTitle->exists() && $this->mTitle->quickUserCan('patrol') ) { if( empty($rcid) ) { $firstRev = $this->mTitle->getFirstRevision(); $rcid = $firstRev ? $firstRev->isUnpatrolled() : 0; @@ -1006,7 +1006,7 @@ class Article { } # If we have been passed an &rcid= parameter, we want to give the user a # chance to mark this new article as patrolled. - if( !empty($rcid) && $this->mTitle->exists() && $this->mTitle->userCan('patrol', false) ) { + if( !empty($rcid) && $this->mTitle->exists() && $this->mTitle->quickUserCan('patrol') ) { $wgOut->addHTML( "