#10131 fixed error 500 in module templates
This commit is contained in:
parent
1ce72edf0f
commit
31d0cceecc
|
@ -224,6 +224,7 @@ if ($result === false) {
|
|||
$result = [];
|
||||
}
|
||||
|
||||
$table = new stdClass();
|
||||
$table->width = '100%';
|
||||
$table->cellpadding = 0;
|
||||
$table->cellspacing = 0;
|
||||
|
|
Loading…
Reference in New Issue