Skip to content

Commit f764763

Browse files
committed
Update monitor_controller.php
1 parent 702c351 commit f764763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monitor_controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function findDownHosts(): void
194194
$unmuted_hosts = array_diff($dhosts, $_SESSION['monitor_muted_hosts']);
195195

196196
if (cacti_sizeof($unmuted_hosts)) {
197-
unmute_user();
197+
unmuteUser();
198198
}
199199
} else {
200200
set_request_var('mute', 'false');

0 commit comments

Comments
 (0)