From 24670da399ebc8bcfbd3c06cf83c1c3071c553c6 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Tue, 7 Sep 2021 14:47:54 +0200 Subject: [PATCH] #7950 Fixed last_contact 2 --- .../operation/agentes/log_sources_status.php | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/pandora_console/operation/agentes/log_sources_status.php b/pandora_console/operation/agentes/log_sources_status.php index 239ec8dbeb..f9388a206c 100644 --- a/pandora_console/operation/agentes/log_sources_status.php +++ b/pandora_console/operation/agentes/log_sources_status.php @@ -19,20 +19,21 @@ check_login(); ?> @@ -75,7 +76,7 @@ foreach ($logs as $log) { 'border' => '0', 'width' => '20px', 'heigth' => '20px', - 'onload' => "get_last_contact('".$log['source']."')", + 'onload' => "get_last_contact('".$log['source']."', '".$agent_id."')", ] );