mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 20:45:12 +00:00
Fix missing )
This commit is contained in:
@@ -918,7 +918,7 @@ if (isset($_GET['ai_ticket_summary'])) {
|
|||||||
$ticket_category = $row['category_name'];
|
$ticket_category = $row['category_name'];
|
||||||
$ticket_source = $row['ticket_source'];
|
$ticket_source = $row['ticket_source'];
|
||||||
$ticket_priority = $row['ticket_priority'];
|
$ticket_priority = $row['ticket_priority'];
|
||||||
$client_id = intval($row['ticket_client_id'];
|
$client_id = intval($row['ticket_client_id']);
|
||||||
|
|
||||||
enforceClientAccess();
|
enforceClientAccess();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user