Index: branches/5.2.x/core/install/upgrade_helper.php =================================================================== diff -u -N -r14870 -r15137 --- branches/5.2.x/core/install/upgrade_helper.php (.../upgrade_helper.php) (revision 14870) +++ branches/5.2.x/core/install/upgrade_helper.php (.../upgrade_helper.php) (revision 15137) @@ -1,6 +1,6 @@ Conn->GetOne($sql); - $ml_formatter =& $this->Application->recallObject('kMultiLanguage'); + $ml_formatter = $this->Application->recallObject('kMultiLanguage'); /* @var $ml_formatter kMultiLanguage */ $field = $ml_formatter->LangFieldName('cust_' . $custom_field_id, true);