Index: branches/5.2.x/core/units/helpers/form_submission_helper.php =================================================================== diff -u -N -r14699 -r15137 --- branches/5.2.x/core/units/helpers/form_submission_helper.php (.../form_submission_helper.php) (revision 14699) +++ branches/5.2.x/core/units/helpers/form_submission_helper.php (.../form_submission_helper.php) (revision 15137) @@ -1,6 +1,6 @@ GetDBField('FormId'); - $form =& $this->Application->recallObject('form', null, Array ('skip_autoload' => true)); + $form = $this->Application->recallObject('form', null, Array ('skip_autoload' => true)); /* @var $form kDBItem */ if ( !$form->isLoaded() || ($form->GetID() != $form_id) ) {