bug-fix-patch-17
*Solved bug for attachement rendering in tickets.
This commit is contained in:
@@ -258,7 +258,7 @@ class MailController extends Controller
|
||||
public function manageAttachment($data, $filename, $type, $size, $disposition, $thread_id)
|
||||
{
|
||||
$upload = new Ticket_attachments();
|
||||
$upload->file = base64_encode($data);
|
||||
$upload->file = $data;
|
||||
$upload->thread_id = $thread_id;
|
||||
$upload->name = $filename;
|
||||
$upload->type = $type;
|
||||
|
Reference in New Issue
Block a user