Obsolescence: fixed regression introduces in [r4766], count of 1-N link sets not matching the result set

SVN:trunk[4773]
This commit is contained in:
Romain Quetiez
2017-06-28 08:52:30 +00:00
parent 7e38d4be50
commit 1dbc2051cc

View File

@@ -428,6 +428,7 @@ EOF
}
}
$oLinkSet = new DBObjectSet($oLinkSearch);
$oLinkSet->SetShowObsoleteData(utils::ShowObsoleteData());
$iCount = $oLinkSet->Count();
$sCount = '';