From d679fdd8d56fbe753f367a7ffe62d266298f96bf Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Thu, 29 Jan 2015 16:41:28 +0100 Subject: [PATCH] Fixed problem with call function and not send all variables (cherry picked from commit ecc5046927d50549da23bd2955946958cceccddc) --- pandora_console/include/functions_modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_modules.php b/pandora_console/include/functions_modules.php index 6fab43d1f3..6e0a47ce71 100644 --- a/pandora_console/include/functions_modules.php +++ b/pandora_console/include/functions_modules.php @@ -1545,7 +1545,7 @@ function modules_get_next_data ($id_agent_module, $utimestamp = 0, $string = 0) * * @return array The module value and the timestamp */ -function modules_get_agentmodule_data ($id_agent_module, $period, $date = 0, $trash, $conexion = false, $order = 'ASC') { +function modules_get_agentmodule_data ($id_agent_module, $period, $date = 0, $trash=false, $conexion = false, $order = 'ASC') { $module = db_get_row('tagente_modulo', 'id_agente_modulo', $id_agent_module);