mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
#1176: empty placeholders are represented by an empty string as in previous version.
SVN:2.2.0[3874]
This commit is contained in:
@@ -2415,7 +2415,10 @@ abstract class DBObject implements iDisplay
|
||||
$oAttDef = MetaModel::GetAttributeDef(get_class($this), $sAttCode);
|
||||
$ret = $oAttDef->GetForTemplate($this->Get($sAttCode), $sVerb, $this);
|
||||
}
|
||||
|
||||
if ($ret === null)
|
||||
{
|
||||
$ret = '';
|
||||
}
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user