- Edited
File /include/class.ticket.php LINE 2502 causes PHP fatal error (using $this when not in object context)Solution: replace2502: if ($c = $this->addCollaborator($u, $settings, $errors)) {with2502: if ($c = $ticket->addCollaborator($u, $settings, $errors)) {