Pass the current objet to GetAsHTML

SVN:trunk[1703]
This commit is contained in:
Denis Flaven
2011-12-02 16:16:53 +00:00
parent c16dce00ae
commit d081d1f4df

View File

@@ -487,7 +487,7 @@ abstract class DBObject
}
// That's a standard attribute (might be an ext field or a direct field, etc.)
return $oAtt->GetAsHTML($this->Get($sAttCode));
return $oAtt->GetAsHTML($this->Get($sAttCode), $this);
}
public function GetEditValue($sAttCode)