feat/task1-c-wallet
devil_gong 2019-01-11 18:29:06 +08:00
parent 578a5f48e2
commit a65659b0c0
1 changed files with 1 additions and 1 deletions

View File

@ -3676,7 +3676,7 @@ class PHPMailer
//Include a link to troubleshooting docs on SMTP connection failure
//this is by far the biggest cause of support questions
//but it's usually not PHPMailer's fault.
return $this->language[$key] . ' https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting';
return $this->language[$key];
}
return $this->language[$key];