fix missing 'cid:' in SwaTypeConverter

This commit is contained in:
Andreas Schamberger 2013-08-19 19:23:29 +02:00
parent b5af83f9d2
commit ee321fca42
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class SwaTypeConverter implements TypeConverterInterface, SoapKernelAwareInterfa
$this->soapKernel->addAttachment($part);
return sprintf('<%s href="%s"/>', $this->getTypeName(), $contentId);
return sprintf('<%s href="%s"/>', $this->getTypeName(), 'cid:' . $contentId);
}
/**