Line 246
array('project_id' => $this->active_project->getId(), 'ticket_id' => $ticket->getId()));
Should be
array('project_id' => $this->active_project->getId(), 'ticket_id' => $ticket->getTicketId()));
Log in to post a comment.