From 31d0cceecc2419d4871ad4cf85e3c2e25b7af627 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Wed, 11 Jan 2023 17:00:39 +0100 Subject: [PATCH] #10131 fixed error 500 in module templates --- pandora_console/godmode/agentes/agent_template.php | 1 + 1 file changed, 1 insertion(+) 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;