fixed variable name
This commit is contained in:
parent
f6ea609f46
commit
22665b50ae
|
@ -60,7 +60,7 @@ class SoapKernel
|
|||
*/
|
||||
public function addAttachment(MimePart $attachment)
|
||||
{
|
||||
$contentId = trim($part->getHeader('Content-ID'), '<>');
|
||||
$contentId = trim($attachment->getHeader('Content-ID'), '<>');
|
||||
|
||||
$this->attachments[$contentId] = $attachment;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue