From b736721a1c7b00bb98639635754ce8b51736ed7b Mon Sep 17 00:00:00 2001 From: Krombel Date: Wed, 28 Feb 2018 23:08:05 +0100 Subject: [PATCH] fix: const RegistrationAccepted is equal to another internal number --- database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.php b/database.php index bf57af9..abfeae3 100644 --- a/database.php +++ b/database.php @@ -19,7 +19,7 @@ abstract class RegisterState // State to allow persisting in the database although an admin declined it. // Will be removed regularly - const RegistrationAccepted = 6; + const RegistrationAccepted = 7; const RegistrationDeclined = 13; // User got successfully registered. Will be cleaned up later