diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-03 20:37:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-03 20:37:07 +0000 |
commit | fcd55568c53e6cba534707e291abcee81a0b1576 (patch) | |
tree | 8ec17ca43d26924174f2a07bd0f4e4a1d73d9360 /register.php | |
parent | 939ccaa4fbd771c7a870872f6571796029d0d004 (diff) | |
download | ampache-fcd55568c53e6cba534707e291abcee81a0b1576.tar.gz ampache-fcd55568c53e6cba534707e291abcee81a0b1576.tar.bz2 ampache-fcd55568c53e6cba534707e291abcee81a0b1576.zip |
fixed volume problem with mpd controls
Diffstat (limited to 'register.php')
-rw-r--r-- | register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/register.php b/register.php index dae081f4..16cc2d5a 100644 --- a/register.php +++ b/register.php @@ -160,7 +160,7 @@ switch ($action) { ' An activation key has been sent to the e-mail address you provided. ' . 'Please check your e-mail for further information'; - send_confirmation($username, $fullname, $email, $password, $validation); + send_confirmation($username, $fullname, $email, $pass1, $validation); show_template('style'); show_confirmation(_('Registration Complete'),$message,'/login.php'); break; |