1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

Corrected typo on SMTP port.

This commit is contained in:
Cameron
2016-04-08 09:09:32 -07:00
parent 44d682965c
commit 433f8a6aed

View File

@@ -229,7 +229,7 @@ class e107Email extends PHPMailer
}
else
{
$smtpPort = varset($overrides['smtp_post'], 25);
$smtpPort = varset($overrides['smtp_port'], 25);
}