Index: branches/5.2.x/core/kernel/processors/main_processor.php =================================================================== diff -u -N -r15137 -r15173 --- branches/5.2.x/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 15137) +++ branches/5.2.x/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 15173) @@ -1,6 +1,6 @@ Application->XMLHeader(getArrayValue($params, 'xml_version')); } - $lang = $this->Application->recallObject('lang.current'); - /* @var $lang LanguagesItem */ - - header('Content-type: text/html; charset=' . $lang->GetDBField('Charset')); - return ''; }