mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10131 fixed error 500 in module templates
This commit is contained in:
parent
1ce72edf0f
commit
31d0cceecc
@ -224,6 +224,7 @@ if ($result === false) {
|
|||||||
$result = [];
|
$result = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$table = new stdClass();
|
||||||
$table->width = '100%';
|
$table->width = '100%';
|
||||||
$table->cellpadding = 0;
|
$table->cellpadding = 0;
|
||||||
$table->cellspacing = 0;
|
$table->cellspacing = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user