Index: branches/5.2.x/core/units/country_states/country_state_eh.php =================================================================== diff -u -N -r15130 -r15137 --- branches/5.2.x/core/units/country_states/country_state_eh.php (.../country_state_eh.php) (revision 15130) +++ branches/5.2.x/core/units/country_states/country_state_eh.php (.../country_state_eh.php) (revision 15137) @@ -1,6 +1,6 @@ Special == 'selected') || ($event->Special == 'available') ) { - $edit_picker_helper =& $this->Application->recallObject('EditPickerHelper'); + $edit_picker_helper = $this->Application->recallObject('EditPickerHelper'); /* @var $edit_picker_helper EditPickerHelper */ $edit_picker_helper->applyFilter($event, 'Countries'); @@ -126,7 +126,7 @@ $object =& $event->getObject(); /* @var $object kDBItem */ - $cs_helper =& $this->Application->recallObject('CountryStatesHelper'); + $cs_helper = $this->Application->recallObject('CountryStatesHelper'); /* @var $cs_helper kCountryStatesHelper */ if ( $cs_helper->CountryHasStates($object->GetDBField('IsoCode')) ) { @@ -146,7 +146,7 @@ { $event->status = kEvent::erSTOP; - $cs_helper =& $this->Application->recallObject('CountryStatesHelper'); + $cs_helper = $this->Application->recallObject('CountryStatesHelper'); /* @var $cs_helper kCountryStatesHelper */ $states = $cs_helper->getStates( (string)$this->Application->GetVar('country_iso') );