From db3c006be80d6690892b11608619f9683824e21b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 16 Aug 2014 14:12:05 -0700 Subject: Various minor fixes --- app/common.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/common.php') diff --git a/app/common.php b/app/common.php index 55ecd894..f66a3fa9 100644 --- a/app/common.php +++ b/app/common.php @@ -158,8 +158,6 @@ $registry->mailer = function() use ($registry) { require_once 'vendor/swiftmailer/swift_required.php'; - $transport = null; - switch (MAIL_TRANSPORT) { case 'smtp': $transport = Swift_SmtpTransport::newInstance(MAIL_SMTP_HOSTNAME, MAIL_SMTP_PORT); -- cgit v1.2.3