From e04c978a2913d616ae05f3de3439eae2ca614fa4 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Tue, 2 May 2006 20:20:12 +0000 Subject: [PATCH] Stab #1 --- includes/User.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.20.1