#146 remove unused parameter

merge-requests/2/head
Mike Koch 9 years ago
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.
// $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;
$att = explode(',', substr($ticket['attachments'], 0, -1));

Loading…
Cancel
Save