From: Brion Vibber Date: Mon, 10 Sep 2007 16:40:53 +0000 (+0000) Subject: remove random bogus char in comment X-Git-Tag: 1.31.0-rc.0~51442 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=ece9582130f0247ee2048779578e5cbf914dc273;p=lhc%2Fweb%2Fwiklou.git remove random bogus char in comment --- diff --git a/includes/SpecialUserlogin.php b/includes/SpecialUserlogin.php index b1cfa9a3ae..7ca3a42ab9 100644 --- a/includes/SpecialUserlogin.php +++ b/includes/SpecialUserlogin.php @@ -228,7 +228,7 @@ class LoginForm { return false; } - #Â Check anonymous user ($wgUser) limitations : + # Check anonymous user ($wgUser) limitations : if (!$wgUser->isAllowedToCreateAccount()) { $this->userNotPrivilegedMessage(); return false;