Include class-smtp.php not class.smtp.php. fixes #19677

git-svn-id: http://svn.automattic.com/wordpress/trunk@19642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2012-01-02 20:44:04 +00:00
parent dcd09d51eb
commit 98a96139df
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ class PHPMailer {
* @return bool
*/
protected function SmtpSend($header, $body) {
require_once $this->PluginDir . 'class.smtp.php';
require_once $this->PluginDir . 'class-smtp.php';
$bad_rcpt = array();
if(!$this->SmtpConnect()) {