mirror of
https://github.com/itflow-org/itflow
synced 2026-08-02 21:57:14 +00:00
Replace Function customAction() with triggerCustomAction()
This commit is contained in:
@@ -40,7 +40,7 @@ if (!empty($ticket_id)) {
|
||||
logAudit("API", "Success", "Resolved ticket $ticket_prefix$ticket_number via API ($api_key_name)", $client_id);
|
||||
}
|
||||
|
||||
customAction('ticket_resolve', $ticket_id);
|
||||
triggerCustomAction('ticket_resolve', $ticket_id);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user