From ef01e19de9698161ee35837ae70d0197646907cd Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Mon, 7 Feb 2022 13:40:42 +0100 Subject: [PATCH] php8 incompatibility fixes --- pandora_console/operation/search_modules.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/operation/search_modules.php b/pandora_console/operation/search_modules.php index d055d29946..83c6c0edd6 100644 --- a/pandora_console/operation/search_modules.php +++ b/pandora_console/operation/search_modules.php @@ -22,6 +22,7 @@ $searchModules = check_acl($config['id_user'], 0, 'AR'); if (!$modules || !$searchModules) { echo "
".__('Zero results found')."
\n"; } else { + $table = new stdClass(); $table->cellpadding = 4; $table->cellspacing = 4; $table->width = '98%';