update fix for the issue 94

This commit is contained in:
Sujit Prasad
2016-06-23 12:00:07 +05:30
parent 6b0e2384fe
commit 6d669ff3da
2 changed files with 2 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ class PhpMailController extends Controller
}
}
$mail->Subject = $subject;
$mail->Subject = utf8_decode($subject);
if ($template == 'ticket-reply-agent') {
$line = '---Reply above this line--- <br/><br/>';
$mail->Body = utf8_decode($line.$messagebody);