summaryrefslogtreecommitdiffstats
path: root/admin
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 /admin
parent4d11733622aeef8467df452391fa1bc5853c2f09 (diff)
downloadampache-dbe7d5695dbbb052f8c7cc23269b2ca6b0b768db.tar.gz
ampache-dbe7d5695dbbb052f8c7cc23269b2ca6b0b768db.tar.bz2
ampache-dbe7d5695dbbb052f8c7cc23269b2ca6b0b768db.zip
Rename Ampache_Mail to Mailer
Diffstat (limited to 'admin')
-rw-r--r--admin/mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/mail.php b/admin/mail.php
index b5f9c802..20d4986b 100644
--- a/admin/mail.php
+++ b/admin/mail.php
@@ -43,7 +43,7 @@ switch ($_REQUEST['action']) {
mb_language("uni");
}
- $mailer = new Ampache_Mail();
+ $mailer = new Mailer();
// Set the vars on the object
$mailer->subject = $_REQUEST['subject'];