Skip to content
Snippets Groups Projects
Commit a3dd33d7 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #745 from greezybacon/issue/message-reply-attachments


Accept attachments from email messages

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 6ac771bd 6caf55f3
Branches
Tags
No related merge requests found
......@@ -528,6 +528,9 @@ Class ThreadEntry {
'reply_to' => $this,
);
if (isset($mailinfo['attachments']))
$vars['attachments'] = $mailinfo['attachments'];
$body = $mailinfo['message'];
// Disambiguate if the user happens also to be a staff member of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment