summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 19:54:11 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 19:54:11 -0500
commit9c28ed5ad1adf15f868d181b9cfca26a801550ad (patch)
treee179bafda6d487273718f7a7f16ba5687446e669 /admin
parent7ea41a0029c903f807ce0ce3b7536bb60ac81a19 (diff)
downloadampache-9c28ed5ad1adf15f868d181b9cfca26a801550ad.tar.gz
ampache-9c28ed5ad1adf15f868d181b9cfca26a801550ad.tar.bz2
ampache-9c28ed5ad1adf15f868d181b9cfca26a801550ad.zip
Consistently use _ in two-word class names
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 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'];