diff --git a/includes/functions.php b/includes/functions.php index b9306d895..cf23d07b8 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -511,7 +511,7 @@ function isSNMPable($device) { * * @return bool TRUE if the host responded to at least one ping request, FALSE otherwise. */ -function isPingable($hostname,$address_family = AF_INET,$device_id = FALSE) { +function isPingable($hostname, $address_family = AF_INET, $device_id = FALSE) { global $config; $fping_params = '';