From ece9582130f0247ee2048779578e5cbf914dc273 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 10 Sep 2007 16:40:53 +0000 Subject: [PATCH] remove random bogus char in comment --- includes/SpecialUserlogin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1