Skip to content

Commit ba4790c

Browse files
authored
fix typo (#216)
1 parent cad37ba commit ba4790c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

poller_functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* @return void
3636
*/
37-
function monitorAddEmails(array &$reboot_emails, array $alert_emails, mixd $host_id): void {
37+
function monitorAddEmails(array &$reboot_emails, array $alert_emails, mixed $host_id): void {
3838
if (cacti_sizeof($alert_emails)) {
3939
foreach ($alert_emails as $email) {
4040
$reboot_emails[trim(strtolower($email))][$host_id] = $host_id;

0 commit comments

Comments
 (0)