diff options
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php index b9db150c1..fcb25de35 100644 --- a/actions/register.php +++ b/actions/register.php @@ -14,7 +14,7 @@ $password = get_input('password'); $password2 = get_input('password2'); $email = get_input('email'); $name = get_input('name'); -$friend_guid = (int) get_input('friend_guid',0); +$friend_guid = (int) get_input('friend_guid', 0); $invitecode = get_input('invitecode'); if ($CONFIG->allow_registration) { |