mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Pass the current objet to GetAsHTML
SVN:trunk[1703]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user