Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700

git-svn-id: https://develop.svn.wordpress.org/trunk@5852 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-08-05 18:13:24 +00:00
parent 0885f81d08
commit d4e644f226
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();