Index: branches/5.2.x/core/units/helpers/xml_helper.php =================================================================== diff -u -N -r14244 -r14588 --- branches/5.2.x/core/units/helpers/xml_helper.php (.../xml_helper.php) (revision 14244) +++ branches/5.2.x/core/units/helpers/xml_helper.php (.../xml_helper.php) (revision 14588) @@ -1,6 +1,6 @@ Mode = !isset($mode) ? XML_NO_TEXT_NODES : $mode; + $this->Mode = !isset($mode) ? self::XML_NO_TEXT_NODES : $mode; $this->Clear(); // in case if Parse method is called more then one time $xml_parser = xml_parser_create();