From 92cfcab75deea11f8af45c9f102b186ace1d2754 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Thu, 27 Feb 2014 22:25:48 -0600 Subject: [PATCH] oops: Enable adding collaborators from email --- include/class.thread.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class.thread.php b/include/class.thread.php index 1ab319640..c0c0a31c7 100644 --- a/include/class.thread.php +++ b/include/class.thread.php @@ -638,6 +638,7 @@ Class ThreadEntry { 'ip' => '', 'reply_to' => $this, 'recipients' => $mailinfo['recipients'], + 'to-email-id' => $mailinfo['to-email-id'], ); $errors = array(); -- GitLab