mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°1123.5 Typo
SVN:trunk[5061]
This commit is contained in:
@@ -5404,7 +5404,6 @@ class AttributeBlob extends AttributeDefinition
|
|||||||
$sAttCode = $this->GetCode();
|
$sAttCode = $this->GetCode();
|
||||||
if ($sValue instanceof ormDocument && !$sValue->IsEmpty())
|
if ($sValue instanceof ormDocument && !$sValue->IsEmpty())
|
||||||
{
|
{
|
||||||
IssueLog::Info(print_r($sValue, true));
|
|
||||||
return $sValue->GetDownloadURL(get_class($oHostObject), $oHostObject->GetKey(), $sAttCode);
|
return $sValue->GetDownloadURL(get_class($oHostObject), $oHostObject->GetKey(), $sAttCode);
|
||||||
}
|
}
|
||||||
return ''; // Not exportable in CSV !
|
return ''; // Not exportable in CSV !
|
||||||
|
|||||||
Reference in New Issue
Block a user