N°2990 Fix count warning on audit OQL error

This commit is contained in:
Pierre Goiffon
2020-05-12 09:41:24 +02:00
parent 30d10b6f11
commit 3c9318d56a

View File

@@ -287,6 +287,7 @@ try
{
try
{
$iCount = 0;
$oDefinitionFilter = DBObjectSearch::FromOQL($oAuditCategory->Get('definition_set'));
$oDefinitionFilter->UpdateContextFromUser();
FilterByContext($oDefinitionFilter, $oAppContext);