diff --git a/pandora_console/godmode/agentes/agent_template.php b/pandora_console/godmode/agentes/agent_template.php index 31e6de29b5..933b37fbce 100644 --- a/pandora_console/godmode/agentes/agent_template.php +++ b/pandora_console/godmode/agentes/agent_template.php @@ -224,6 +224,7 @@ if ($result === false) { $result = []; } +$table = new stdClass(); $table->width = '100%'; $table->cellpadding = 0; $table->cellspacing = 0;