Skip to content

Commit

Permalink
debug signup.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi-Plus committed Apr 26, 2015
1 parent 9975f5a commit afe922f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
$E["msg"].="Account is exist. ";
$E["POST"]["account"]="";
}
if($checkaccount !== -1){
if($checkemail !== -1){
$E["msg"].="Email is exist. ";
$E["POST"]["email"]="";
}
Expand Down

0 comments on commit afe922f

Please sign in to comment.