Index: branches/5.2.x/core/units/configuration/configuration_event_handler.php =================================================================== diff -u -r14934 -r14941 --- branches/5.2.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 14934) +++ branches/5.2.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 14941) @@ -1,6 +1,6 @@ SetError('VariableValue', 'template_file_missing', 'la_error_TemplateFileMissing'); } } + elseif ( $variable_name == 'DefaultEmailRecipients' ) { + $email_event_data = $this->Application->GetVar('emailevents_' . $event->Prefix); + $object->SetDBField('VariableValue', $email_event_data[0]['Recipients']); + } } /**