mirror of
https://github.com/itflow-org/itflow
synced 2026-08-15 20:15:12 +00:00
Replace Function customAction() with triggerCustomAction()
This commit is contained in:
@@ -870,7 +870,7 @@ if (isset($_POST['bulk_add_client_ticket'])) {
|
||||
}
|
||||
|
||||
// Custom action/notif handler
|
||||
customAction('ticket_create', $ticket_id);
|
||||
triggerCustomAction('ticket_create', $ticket_id);
|
||||
}
|
||||
|
||||
logAudit("Ticket", "Bulk Create", "$session_name created $client_count tickets for $client_name");
|
||||
|
||||
Reference in New Issue
Block a user