Index: branches/5.3.x/core/units/custom_data/custom_data_event_handler.php =================================================================== diff -u -N -r15698 -r16519 --- branches/5.3.x/core/units/custom_data/custom_data_event_handler.php (.../custom_data_event_handler.php) (revision 15698) +++ branches/5.3.x/core/units/custom_data/custom_data_event_handler.php (.../custom_data_event_handler.php) (revision 16519) @@ -1,6 +1,6 @@ Application->getUnitConfig($prefix); + /** @var InpCustomFieldsHelper $cf_helper */ $cf_helper = $this->Application->recallObject('InpCustomFieldsHelper'); - /* @var $cf_helper InpCustomFieldsHelper */ $is_install = defined('IS_INSTALL') && IS_INSTALL;