diff --git a/classes/incident.php b/classes/incident.php index c71b74b..2190f46 100644 --- a/classes/incident.php +++ b/classes/incident.php @@ -168,7 +168,7 @@ class Incident implements JsonSerializable // Perform notification to subscribers $notify = new Notification(); - $notify->get_service_details($status_id); + $notify->populate_impacted_services($status_id); $notify->type = $type; $notify->time = $time; @@ -210,7 +210,7 @@ class Incident implements JsonSerializable