Index: branches/5.3.x/core/units/configuration/configuration_event_handler.php =================================================================== diff -u -N -r15999 -r16111 --- branches/5.3.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 15999) +++ branches/5.3.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 16111) @@ -1,6 +1,6 @@ $field_values) { $object->Clear(); // clear validation errors from previous variable $object->Load($id); - $object->SetFieldsFromHash($field_values, $this->getRequestProtectedFields($field_values)); + $object->SetFieldsFromHash($field_values); $event->setEventParam('form_data', $field_values); if ( !$object->Update($id) ) { @@ -560,4 +560,4 @@ $fields['ModuleOwner']['options'] = $options; $config->setFields($fields); } - } \ No newline at end of file + }