Skip to content

Commit

Permalink
Dev Commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 31, 2017
1 parent bab8d8a commit a7c65d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Expand Up @@ -3989,7 +3989,7 @@ function SendEmailMessage($body, $subject, $to, $from, $sitename, $ishtml=false,
}

require_once(APPPATH.'/third_party/phpmailer/PHPMailerAutoload.php');
$mail = new PHPMailer;
$mail = new PHPMailer ;
$mail->SMTPAutoTLS=false;
if (!$mail->SetLanguage($defaultlang,APPPATH.'/third_party/phpmailer/language/'))
{
Expand Down

0 comments on commit a7c65d4

Please sign in to comment.