Index: trunk/core/units/general/my_application.php =================================================================== diff -u -r2310 -r2320 --- trunk/core/units/general/my_application.php (.../my_application.php) (revision 2310) +++ trunk/core/units/general/my_application.php (.../my_application.php) (revision 2320) @@ -21,6 +21,7 @@ $this->registerClass('InpCustomFieldsHelper',MODULES_PATH.'/kernel/units/general/custom_fields.php','InpCustomFieldsHelper'); $this->registerClass('kCountryStatesHelper',MODULES_PATH.'/kernel/units/general/country_states.php','CountryStatesHelper'); + $this->registerClass('kBracketsHelper',MODULES_PATH.'/kernel/units/general/brackets.php','BracketsHelper'); } /**