Merge pull request #18233 from ptibogxiv/patch-431

fix for php8
This commit is contained in:
Laurent Destailleur 2021-07-28 19:37:00 +02:00 committed by GitHub
commit e406d80338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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