diff --git a/src/includes/functions.inc.php b/src/includes/functions.inc.php index 053e946a..4994ee7a 100755 --- a/src/includes/functions.inc.php +++ b/src/includes/functions.inc.php @@ -172,7 +172,8 @@ function psm_add_log($server_id, $type, $message, $user_id = null) { * This function adds the result of a check to the uptime table for logging purposes. * * @param int $server_id - * @param string $message + * @param int $status + * @param string $latency */ function psm_log_uptime($server_id, $status, $latency) { global $db;