Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoulson committed Jul 18, 2011
1 parent b01f02e commit 861d52f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void _ctlPasswordRecovery_VerifyingUser(object sender, LoginCancelEventArgs e)
{
newUserName = Utils.GetUserNameByEmail(prc.UserName);

if (newUserName != null);
if (newUserName != null)
{
prc.UserName = newUserName;
}
Expand Down

0 comments on commit 861d52f

Please sign in to comment.