diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 1a35e3787c..8e7a2000a7 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -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)