N°1123.5 Typo

SVN:trunk[5061]
This commit is contained in:
Guillaume Lajarige
2017-10-20 13:25:28 +00:00
parent 5c34e3d988
commit 1bde863124

View File

@@ -5404,7 +5404,6 @@ class AttributeBlob extends AttributeDefinition
$sAttCode = $this->GetCode();
if ($sValue instanceof ormDocument && !$sValue->IsEmpty())
{
IssueLog::Info(print_r($sValue, true));
return $sValue->GetDownloadURL(get_class($oHostObject), $oHostObject->GetKey(), $sAttCode);
}
return ''; // Not exportable in CSV !