From: Alexandre Emsenhuber Date: Sat, 17 Dec 2011 13:10:48 +0000 (+0000) Subject: Per Aaron, fix typo in r102187 X-Git-Tag: 1.31.0-rc.0~25924 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=9da348c950b214ad75838def43b395ba66035535;p=lhc%2Fweb%2Fwiklou.git Per Aaron, fix typo in r102187 --- diff --git a/includes/Title.php b/includes/Title.php index 0ac9f2e167..aa96b95890 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2004,7 +2004,7 @@ class Title { # Time to check the whitelist global $wgWhitelistRead; - # Only to these checks is there's something to check against + # Only do these checks is there's something to check against if ( is_array( $wgWhitelistRead ) && count( $wgWhitelistRead ) ) { # Check for explicit whitelisting $name = $this->getPrefixedText();