diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-16 14:12:05 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-16 14:12:05 -0700 |
commit | db3c006be80d6690892b11608619f9683824e21b (patch) | |
tree | 65fdc801aa83d40c50170e7ad11226e30be1f649 /app/common.php | |
parent | 925b0ba2e56117e3bbe2947d7938ed35815efa1a (diff) |
Various minor fixes
Diffstat (limited to 'app/common.php')
-rw-r--r-- | app/common.php | 2 |
1 files changed, 0 insertions, 2 deletions
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); |