mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
Removed a "assertion failed" error message.
SVN:trunk[1080]
This commit is contained in:
@@ -137,7 +137,7 @@ try
|
||||
$aResults = array();
|
||||
$oObj->GetRelatedObjects($sRelation, MAX_RECURSION_DEPTH /* iMaxDepth */, $aResults);
|
||||
|
||||
$iBlock = 0;
|
||||
$iBlock = 1; // Zero is not a valid blockid
|
||||
foreach($aResults as $sClass => $aObjects)
|
||||
{
|
||||
$oSet = CMDBObjectSet::FromArray($sClass, $aObjects);
|
||||
|
||||
Reference in New Issue
Block a user