Index: trunk/phase3/includes/Title.php |
— | — | @@ -2004,7 +2004,7 @@ |
2005 | 2005 | # Time to check the whitelist |
2006 | 2006 | global $wgWhitelistRead; |
2007 | 2007 | |
2008 | | - # Only to these checks is there's something to check against |
| 2008 | + # Only do these checks is there's something to check against |
2009 | 2009 | if ( is_array( $wgWhitelistRead ) && count( $wgWhitelistRead ) ) { |
2010 | 2010 | # Check for explicit whitelisting |
2011 | 2011 | $name = $this->getPrefixedText(); |