From 4ba0c8550dda4c0779e18a301ea80f56e59a7ed0 Mon Sep 17 00:00:00 2001 From: Petr Macek Date: Wed, 6 May 2026 10:14:40 +0200 Subject: [PATCH] fix typo --- poller_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poller_functions.php b/poller_functions.php index df0c822..3080177 100644 --- a/poller_functions.php +++ b/poller_functions.php @@ -34,7 +34,7 @@ * * @return void */ -function monitorAddEmails(array &$reboot_emails, array $alert_emails, mixd $host_id): void { +function monitorAddEmails(array &$reboot_emails, array $alert_emails, mixed $host_id): void { if (cacti_sizeof($alert_emails)) { foreach ($alert_emails as $email) { $reboot_emails[trim(strtolower($email))][$host_id] = $host_id;