Index: branches/5.3.x/core/units/system_event_subscriptions/system_event_subscription_eh.php =================================================================== diff -u -N -r15483 -r16519 --- branches/5.3.x/core/units/system_event_subscriptions/system_event_subscription_eh.php (.../system_event_subscription_eh.php) (revision 15483) +++ branches/5.3.x/core/units/system_event_subscriptions/system_event_subscription_eh.php (.../system_event_subscription_eh.php) (revision 16519) @@ -1,6 +1,6 @@ getObject(); - /* @var $object kDBItem */ $object->setRequired('UserId', !$object->GetDBField('SubscriberEmail')); $object->setRequired('SubscriberEmail', !$object->GetDBField('UserId'));