Index: branches/5.2.x/core/units/configuration/configuration_event_handler.php =================================================================== diff -u -r15601 -r15608 --- branches/5.2.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 15601) +++ branches/5.2.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 15608) @@ -1,6 +1,6 @@ Application->GetVar('emailevents_' . $event->Prefix); + $email_event_data = $this->Application->GetVar('email-template_' . $event->Prefix); $object->SetDBField('VariableValue', $email_event_data[0]['Recipients']); }