summaryrefslogtreecommitdiffstats
path: root/lib/class/registration.class.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2008-02-16 21:56:18 +0000
committerpb1dft <pb1dft@ampache>2008-02-16 21:56:18 +0000
commitb70a11b78bec4ed1bc2ace4f0358763d51c80693 (patch)
tree22614b9e46d4fe09c1699ea076c77c471468fe8a /lib/class/registration.class.php
parent2e55ddf4988e94b2328529834e9baab219cb8856 (diff)
downloadampache-b70a11b78bec4ed1bc2ace4f0358763d51c80693.tar.gz
ampache-b70a11b78bec4ed1bc2ace4f0358763d51c80693.tar.bz2
ampache-b70a11b78bec4ed1bc2ace4f0358763d51c80693.zip
Fixed minor glitches in user registration
Diffstat (limited to 'lib/class/registration.class.php')
-rw-r--r--lib/class/registration.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/registration.class.php b/lib/class/registration.class.php
index 7b3f344c..24015dc7 100644
--- a/lib/class/registration.class.php
+++ b/lib/class/registration.class.php
@@ -60,7 +60,7 @@ class Registration {
if (Config::get('admin_notify_reg')) {
$body = "A new user has registered\n\n" .
"The following values were entered.\n\n" .
- "Username:$username\nFullname:$fullname\nE-mail:$mail\n\n";
+ "Username:$username\nFullname:$fullname\nE-mail:$email\n\n";
mail(Config::get('mail_from'),$subject,$body,$headers);
}