From 9da348c950b214ad75838def43b395ba66035535 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 17 Dec 2011 13:10:48 +0000 Subject: [PATCH] Per Aaron, fix typo in r102187 --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1