error fix

This commit is contained in:
alejandro.campos@artica.es 2023-03-01 14:19:35 +01:00
parent 76dbaf46d2
commit 36cfcc3c2f
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ $last_incident = db_get_row_sql(
);
if ($last_incident != false) {
$table_incident = new stdClass();
$table_incident->id = 'agent_incident_main';
$table_incident->width = '100%';
$table_incident->cellspacing = 0;