mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
cleanup code
This commit is contained in:
@@ -1653,7 +1653,7 @@ EOF
|
||||
|
||||
$bDirDown = ($sDirection === 'down');
|
||||
$oObj = MetaModel::GetObject($sClass, $id);
|
||||
$iMaxRecursionDepth = MetaModel::GetConfig()->Get('relations_max_depth', 20);
|
||||
$iMaxRecursionDepth = MetaModel::GetConfig()->Get('relations_max_depth');
|
||||
$aSourceObjects = array($oObj);
|
||||
|
||||
$oP->set_title(MetaModel::GetRelationDescription($sRelation, $bDirDown).' '.$oObj->GetName());
|
||||
|
||||
Reference in New Issue
Block a user