Index: branches/5.2.x/core/units/country_states/country_state_eh.php =================================================================== diff -u -N -r13840 -r14095 --- branches/5.2.x/core/units/country_states/country_state_eh.php (.../country_state_eh.php) (revision 13840) +++ branches/5.2.x/core/units/country_states/country_state_eh.php (.../country_state_eh.php) (revision 14095) @@ -1,6 +1,6 @@ CountryHasStates( $object->GetDBField('IsoCode') )) { - $event->status = erFAIL; + $event->status = kEvent::erFAIL; return ; } }