From 5bca7910215aa656fab3f85f9dd26f610f257d7f Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Wed, 30 Nov 2022 15:57:49 +0100 Subject: [PATCH] #9954 Fixed table --- pandora_console/godmode/setup/gis.php | 1 + pandora_console/godmode/setup/gis_step_2.php | 1 + 2 files changed, 2 insertions(+) diff --git a/pandora_console/godmode/setup/gis.php b/pandora_console/godmode/setup/gis.php index ff0f4f426c..cd563cac0f 100755 --- a/pandora_console/godmode/setup/gis.php +++ b/pandora_console/godmode/setup/gis.php @@ -63,6 +63,7 @@ switch ($action) { break; } +$table = new stdClass(); $table->class = 'info_table'; $table->width = '98%'; $table->head[0] = __('Map connection name'); diff --git a/pandora_console/godmode/setup/gis_step_2.php b/pandora_console/godmode/setup/gis_step_2.php index c4f823996e..486ec90265 100644 --- a/pandora_console/godmode/setup/gis_step_2.php +++ b/pandora_console/godmode/setup/gis_step_2.php @@ -207,6 +207,7 @@ switch ($action) { break; } +$table = new stdClass(); $table->width = '90%'; $table->data = [];