From 44df30f2d690a1af2855db921dd1834ef6c04ff8 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Sun, 5 Aug 2007 18:13:24 +0000 Subject: [PATCH] Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700 git-svn-id: http://svn.automattic.com/wordpress/trunk@5852 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-phpmailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-phpmailer.php b/wp-includes/class-phpmailer.php index 3c1f397e4..a6c096d32 100644 --- a/wp-includes/class-phpmailer.php +++ b/wp-includes/class-phpmailer.php @@ -457,7 +457,7 @@ class PHPMailer * @return bool */ function SmtpSend($header, $body) { - include_once($this->PluginDir . "class.smtp.php"); + include_once($this->PluginDir . "class-smtp.php"); $error = ""; $bad_rcpt = array();