fix error 500 in module groups pandora_enterprise#9746

This commit is contained in:
Daniel Barbero 2022-11-03 10:02:05 +01:00
parent 08f0d416cd
commit ea0274b63f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if ($id_group) {
}
}
$table = new stdClass();
$table->width = '100%';
$table->class = 'databox filters';
$table->style[0] = 'font-weight: bold';