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

Remove bit-rotted code

parent c89195f7
Branches
Tags
No related merge requests found
......@@ -144,10 +144,6 @@ class TicketApiController extends ApiController {
function processEmail() {
$data = $this->getEmailRequest();
if($data['ticketId'] && ($ticket=Ticket::lookup($data['ticketId']))) {
if(($msgid=$ticket->postMessage($data, 'Email')))
return $ticket;
}
if (($thread = ThreadEntry::lookupByEmailHeaders($data))
&& $thread->postEmail($data)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment