diff options
Diffstat (limited to 'lib/class/registration.class.php')
-rw-r--r-- | lib/class/registration.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/registration.class.php b/lib/class/registration.class.php index 7b964b7f..7b3f344c 100644 --- a/lib/class/registration.class.php +++ b/lib/class/registration.class.php @@ -59,7 +59,7 @@ class Registration { // Check to see if the admin should be notified if (Config::get('admin_notify_reg')) { $body = "A new user has registered\n\n" . - "The following values were entered.\n\n" + "The following values were entered.\n\n" . "Username:$username\nFullname:$fullname\nE-mail:$mail\n\n"; mail(Config::get('mail_from'),$subject,$body,$headers); } |