From: Sam Reed Date: Tue, 6 Dec 2011 15:38:51 +0000 (+0000) Subject: Fix whitespace X-Git-Tag: 1.31.0-rc.0~26160 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=361deca215840f41ac1745c6780316bc7d54a2e2;p=lhc%2Fweb%2Fwiklou.git Fix whitespace --- diff --git a/includes/User.php b/includes/User.php index a62e967760..53b8fd970b 100644 --- a/includes/User.php +++ b/includes/User.php @@ -548,6 +548,7 @@ class User { return false; } + // Ensure that the name can't be misresolved as a different title, // such as with extra namespace keys at the start. $parsed = Title::newFromText( $name );