#146 remove unused parameter
This commit is contained in:
parent
8963d7396c
commit
dd35c39440
@ -844,7 +844,7 @@ function hesk_processMessage($msg, $ticket, $is_admin, $is_ticket, $just_message
|
|||||||
|
|
||||||
// $postfields is only required for mailgun.
|
// $postfields is only required for mailgun.
|
||||||
// $boundary is only required for PHP/SMTP
|
// $boundary is only required for PHP/SMTP
|
||||||
function processDirectAttachments($emailMethod, $postfields = NULL, $boundary = '', $isHtml = false) {
|
function processDirectAttachments($emailMethod, $postfields = NULL, $boundary = '') {
|
||||||
global $hesk_settings, $ticket;
|
global $hesk_settings, $ticket;
|
||||||
|
|
||||||
$att = explode(',', substr($ticket['attachments'], 0, -1));
|
$att = explode(',', substr($ticket['attachments'], 0, -1));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user