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