mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
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.
This commit is contained in:
parent
a21daa9803
commit
975a33e7e7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue