Pass the current object to GetEditValue

SVN:trunk[1704]
This commit is contained in:
Denis Flaven
2011-12-02 16:26:23 +00:00
parent d081d1f4df
commit 02b34515f3
2 changed files with 5 additions and 5 deletions

View File

@@ -520,7 +520,7 @@ abstract class DBObject
}
else
{
$sEditValue = $oAtt->GetEditValue($this->Get($sAttCode));
$sEditValue = $oAtt->GetEditValue($this->Get($sAttCode), $this);
}
return $sEditValue;
}