It work, almost.That part work: $temp->logActivity("Title", "Message body."); That one executed, but nothing changes and print nothingecho $temp->setState('closed');That code from class.ticket.php function setState($state, $alerts=false) {
switch (strtolower($state)) {
case 'open':
return $this->setStatus('open');
case 'closed':
return $this->setStatus('closed');i think that $this may not exist?