Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 13048)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 13050)
@@ -96,5 +96,5 @@
             
             $mailSend = new Mail;
-            $mailSend = &factory("SMTP", $smtp);
+            $mailSend = _factory("SMTP", $smtp);
             $mailSend->send($recipients, $header, $body);
             
