mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-24 13:40:29 +01:00
Bugfix Ticket System empty cc
This commit is contained in:
parent
244d30faa9
commit
67bad8d911
@ -620,12 +620,10 @@ class Ticket {
|
||||
// Attachments
|
||||
$files = $this->app->erp->GetDateiSubjektObjektDateiname('Anhang','Ticket',$drafted_messages[0]['id'],"");
|
||||
|
||||
foreach ($files as $file) {
|
||||
$msg .= $file."<br>";
|
||||
if ($cc != '') {
|
||||
$cc = explode(',',$drafted_messages[0]['mail_cc']);
|
||||
}
|
||||
|
||||
$cc = explode(',',$drafted_messages[0]['mail_cc']);
|
||||
|
||||
if (
|
||||
$this->app->erp->MailSend(
|
||||
$drafted_messages[0]['mail_replyto'],
|
||||
|
Loading…
Reference in New Issue
Block a user