ZF-2495: Missing parrametr in Zend_Mime::encode()
Description
In the Zend_Mime_Part class on the line 145 is this call:
return Zend_Mime::encode($this->_content, $this->encoding, $EOL);
But Zend_Mime::encode() doesn't have 3 parameters!!!
I think that this is huge bugs whitch cause, that Zend_Mime::encode() don't use right end line characters.
I will send patch.
Comments
Posted by Tomá? Procházka (t.prochazka) on 2008-01-25T05:00:10.000+0000
Simple patch for this issue.
Posted by Alexander Veremyev (alexander) on 2008-02-20T17:32:41.000+0000
Thanks Tomáš!
I've just applied your patch .