From: moodler Date: Sat, 2 Oct 2004 13:11:57 +0000 (+0000) Subject: OK, aligning this to the same as STABLE ... there's been a bit of a mixup X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=975a33e7e7191ff8c251a19a574e44510d0ee9ea;p=moodle.git 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. --- 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();