diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/mail.php | 2 |
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']; |