#10131 fixed error 500 in module templates

This commit is contained in:
Daniel Cebrian 2023-01-11 17:00:39 +01:00
parent 1ce72edf0f
commit 31d0cceecc
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ if ($result === false) {
$result = [];
}
$table = new stdClass();
$table->width = '100%';
$table->cellpadding = 0;
$table->cellspacing = 0;