mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Pass the current object to GetEditValue
SVN:trunk[1704]
This commit is contained in:
@@ -520,7 +520,7 @@ abstract class DBObject
|
||||
}
|
||||
else
|
||||
{
|
||||
$sEditValue = $oAtt->GetEditValue($this->Get($sAttCode));
|
||||
$sEditValue = $oAtt->GetEditValue($this->Get($sAttCode), $this);
|
||||
}
|
||||
return $sEditValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user