"Fixes #4427, Current protected attribute Email::_newLine renders Email Component unusable for SMTP.

Original change to EmailComponent:_newLine reverted, related bug has been fixed elsewhere in the code."

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6632 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2008-04-04 11:46:09 +00:00
parent 2bfad1bf41
commit 1d9a096376

View file

@ -230,7 +230,7 @@ class EmailComponent extends Object{
* @var string
* @access protected
*/
var $_newLine = "\n";
var $_newLine = "\r\n";
/**
* Enter description here...
*