summaryrefslogtreecommitdiffstats
path: root/lib/class/registration.class.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-29 14:10:26 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-29 14:10:26 -0500
commitdbe7d5695dbbb052f8c7cc23269b2ca6b0b768db (patch)
tree8138ad98f1292ae537ab6358b56bdd5588cde8b9 /lib/class/registration.class.php
parent4d11733622aeef8467df452391fa1bc5853c2f09 (diff)
downloadampache-dbe7d5695dbbb052f8c7cc23269b2ca6b0b768db.tar.gz
ampache-dbe7d5695dbbb052f8c7cc23269b2ca6b0b768db.tar.bz2
ampache-dbe7d5695dbbb052f8c7cc23269b2ca6b0b768db.zip
Rename Ampache_Mail to Mailer
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 5df8e563..72a4af5d 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 Ampache_Mail();
+ $mailer = new Mailer();
// We are the system
$mailer->set_default_sender();