diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 19:54:11 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 19:54:11 -0500 |
commit | 9c28ed5ad1adf15f868d181b9cfca26a801550ad (patch) | |
tree | e179bafda6d487273718f7a7f16ba5687446e669 /lib/class/registration.class.php | |
parent | 7ea41a0029c903f807ce0ce3b7536bb60ac81a19 (diff) | |
download | ampache-9c28ed5ad1adf15f868d181b9cfca26a801550ad.tar.gz ampache-9c28ed5ad1adf15f868d181b9cfca26a801550ad.tar.bz2 ampache-9c28ed5ad1adf15f868d181b9cfca26a801550ad.zip |
Consistently use _ in two-word class names
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 1544e01e..d22a23ab 100644 --- a/lib/class/registration.class.php +++ b/lib/class/registration.class.php @@ -43,7 +43,7 @@ class Registration { * This sends the confirmation e-mail for the specified user */ public static function send_confirmation($username, $fullname, $email, $password, $validation) { - $mailer = new AmpacheMail(); + $mailer = new Ampache_Mail(); // We are the system $mailer->set_default_sender(); |