diff --git a/sections/register/index.php b/sections/register/index.php index 614dd48c..0d33e82e 100644 --- a/sections/register/index.php +++ b/sections/register/index.php @@ -79,6 +79,8 @@ } } else { $InviterID = 0; + $InviteEmail = $_REQUEST['email']; + $InviteReason = ''; } }