Skip to content
Snippets Groups Projects
Commit a72fa412 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix crash processing fetched mail

parent beb95407
No related branches found
No related tags found
No related merge requests found
......@@ -762,7 +762,7 @@ class MailFetcher {
}
// Allow continuation of thread without initial message or note
elseif (($thread = Thread::lookupByEmailHeaders($vars))
&& ($message = $entry->postEmail($vars))
&& ($message = $thread->postEmail($vars))
) {
// NOTE: This might not be a "ticket"
$ticket = $thread->getObject();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment