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
This commit is contained in:
markjaquith 2007-08-05 18:13:24 +00:00
parent fa0dc110d9
commit 44df30f2d6
1 changed files with 1 additions and 1 deletions

View File

@ -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();