diff --git a/activation.php b/activation.php index f769877..aefb2dd 100644 --- a/activation.php +++ b/activation.php @@ -41,7 +41,7 @@ if(isset($_GET['send']) ) { $error = "no user found"; } if($user['activated'] == "1"){ - $error = "user already activated!" + $error = "user already activated!"; } else { //check if theres a code already $activationcode = random_string();