fix for php8

This commit is contained in:
ptibogxiv 2021-07-26 15:04:43 +02:00 committed by GitHub
parent 505543e18e
commit 4fa72f7dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,7 +250,9 @@ if (!empty($conf->categorie->enabled) && !empty($conf->global->CATEGORY_GRAPHSTA
$thirdpartycateggraph .= '</td></tr>';
$thirdpartycateggraph .= '</table>';
$thirdpartycateggraph .= '</div>';
}
} else {
$thirdpartycateggraph = '';
}
/*