From a149557272c57468e538492ceb6a5fbb7e81a35c Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Sat, 9 Jan 2021 23:08:13 +0100 Subject: [PATCH] semicolons are hard! --- activation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();