Index: branches/5.2.x/core/units/custom_data/custom_data_event_handler.php =================================================================== diff -u -N -r15130 -r15137 --- branches/5.2.x/core/units/custom_data/custom_data_event_handler.php (.../custom_data_event_handler.php) (revision 15130) +++ branches/5.2.x/core/units/custom_data/custom_data_event_handler.php (.../custom_data_event_handler.php) (revision 15137) @@ -1,6 +1,6 @@ Application->getUnitOption($prefix, 'VirtualFields', Array ()); - $cf_helper =& $this->Application->recallObject('InpCustomFieldsHelper'); + $cf_helper = $this->Application->recallObject('InpCustomFieldsHelper'); /* @var $cf_helper InpCustomFieldsHelper */ $is_install = defined('IS_INSTALL') && IS_INSTALL;