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