From 975a33e7e7191ff8c251a19a574e44510d0ee9ea Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 2 Oct 2004 13:11:57 +0000 Subject: [PATCH] OK, aligning this to the same as STABLE ... there's been a bit of a mixup about this file. It's now standard with the single addition of a constructor to set this->PluginDir, and this is now used for the language file includes. --- lib/phpmailer/class.phpmailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phpmailer/class.phpmailer.php b/lib/phpmailer/class.phpmailer.php index 87f8890f95..d76defcccf 100644 --- a/lib/phpmailer/class.phpmailer.php +++ b/lib/phpmailer/class.phpmailer.php @@ -471,7 +471,7 @@ class PHPMailer * @return bool */ function SmtpSend($header, $body) { - include_once($this->PluginDir . "class.smtp.php"); + include_once("class.smtp.php"); $error = ""; $bad_rcpt = array(); -- 2.39.5