Index: branches/5.2.x/core/units/forms/form_fields/form_fields_tp.php =================================================================== diff -u -N -r14244 -r15137 --- branches/5.2.x/core/units/forms/form_fields/form_fields_tp.php (.../form_fields_tp.php) (revision 14244) +++ branches/5.2.x/core/units/forms/form_fields/form_fields_tp.php (.../form_fields_tp.php) (revision 15137) @@ -1,6 +1,6 @@ getObject($params); $source_prefix = $this->Application->Parser->GetParam('SourcePrefix'); - $source_tp =& $this->Application->recallTagProcessor($source_prefix); + $source_tp = $this->Application->recallTagProcessor($source_prefix); $params['name'] = 'fld_'.$object->GetDBField('FormFieldId'); if (isset($params['verify'])) $params['name'] .= '_verify'; return $source_tp->InputName($params); @@ -51,7 +51,7 @@ return ; } - $submission =& $this->Application->recallObject( $block_params['SourcePrefix'] ); + $submission = $this->Application->recallObject( $block_params['SourcePrefix'] ); /* @var $submission kDBItem */ $options = $submission->GetFieldOptions('fld_' . $object->GetID());