mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Extra checks added and mail subject line check.
This commit is contained in:
@@ -823,6 +823,7 @@ class e107Email extends PHPMailer
|
||||
// $eml['body'] = ($tp->toEmail($tmpl['header']). str_replace('{BODY}', $eml['body'], $tmpl['body']). $tp->toEmail($tmpl['footer']));
|
||||
}
|
||||
|
||||
$this->Subject = str_replace("'", "'", $this->Subject);
|
||||
|
||||
// Perform Override from template.
|
||||
foreach($this->overrides as $k=>$v)
|
||||
|
Reference in New Issue
Block a user