From: Rob Church Date: Tue, 2 May 2006 20:20:12 +0000 (+0000) Subject: Stab #1 X-Git-Tag: 1.31.0-rc.0~57265 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=e04c978a2913d616ae05f3de3439eae2ca614fa4;p=lhc%2Fweb%2Fwiklou.git Stab #1 --- diff --git a/includes/User.php b/includes/User.php index 8c89cc3df7..3e5afe3cde 100644 --- a/includes/User.php +++ b/includes/User.php @@ -288,7 +288,7 @@ class User { (false !== strpos( $addr, '@' ) ); } - /**f + /** * Count the number of edits of a user * * @param int $uid The user ID to check @@ -1859,7 +1859,7 @@ class User { if( $wgEmailAuthentication && !$this->getEmailAuthenticationTimestamp() ) return false; return true; - else { + } else { return $confirmed; } }