r106504 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106503‎ | r106504 | r106505 >
Date:13:10, 17 December 2011
Author:ialex
Status:ok
Tags:
Comment:
Per Aaron, fix typo in r102187
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -2004,7 +2004,7 @@
20052005 # Time to check the whitelist
20062006 global $wgWhitelistRead;
20072007
2008 - # Only to these checks is there's something to check against
 2008+ # Only do these checks is there's something to check against
20092009 if ( is_array( $wgWhitelistRead ) && count( $wgWhitelistRead ) ) {
20102010 # Check for explicit whitelisting
20112011 $name = $this->getPrefixedText();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102187* Merged Title::userCanRead() check in Title::getUserPermissionsErrors()...ialex19:59, 6 November 2011

Status & tagging log