Index: branches/5.3.x/core/units/configuration/configuration_event_handler.php =================================================================== diff -u -N -r15698 -r15902 --- branches/5.3.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 15698) +++ branches/5.3.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 15902) @@ -1,6 +1,6 @@ Clear(); // clear validation errors from previous variable $object->Load($id); $object->SetFieldsFromHash($field_values, $this->getRequestProtectedFields($field_values)); + $event->setEventParam('form_data', $field_values); if ( !$object->Update($id) ) { // don't stop when error found ! @@ -529,7 +530,7 @@ $suggestion_module = in_array('In-Portal', $suggestion_modules) ? 'In-Portal' : implode(', ', $suggestion_modules); $suggestion_title = $suggestion_value . ' ' . $of_label . ' ' . $suggestion_module . ''; - echo '' . htmlspecialchars($suggestion_title, null, CHARSET) . ''; + echo '' . kUtil::escape($suggestion_title, kUtil::ESCAPE_HTML) . ''; } echo '';