Index: branches/5.2.x/core/units/helpers/mime_decode_helper.php =================================================================== diff -u -N -r14244 -r15137 --- branches/5.2.x/core/units/helpers/mime_decode_helper.php (.../mime_decode_helper.php) (revision 14244) +++ branches/5.2.x/core/units/helpers/mime_decode_helper.php (.../mime_decode_helper.php) (revision 15137) @@ -1,6 +1,6 @@ Application->makeClass('MimeDecodeHelper'); + $mime_decode_helper = $this->Application->makeClass('MimeDecodeHelper'); /* @var $mime_decode_helper MimeDecodeHelper */ $mime_decode_helper->InitHelper($body); @@ -440,7 +440,7 @@ static $to_encoding = false; if ($to_encoding === false) { - $language =& $this->Application->recallObject('lang.current'); + $language = $this->Application->recallObject('lang.current'); /* @var $language LanguagesItem */ $to_encoding = $language->GetDBField('Charset'); }