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