diff options
Diffstat (limited to 'admin/mail.php')
-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 c0fa4f9b..ca974ff2 100644 --- a/admin/mail.php +++ b/admin/mail.php @@ -43,7 +43,7 @@ switch ($_REQUEST['action']) { mb_language("uni"); } - $mailer = new AmpacheMail(); + $mailer = new Ampache_Mail(); // Set the vars on the object $mailer->subject = $_REQUEST['subject']; |