Index: branches/5.2.x/core/units/helpers/controls/minput_helper.php =================================================================== diff -u -N -r16513 -r16692 --- branches/5.2.x/core/units/helpers/controls/minput_helper.php (.../minput_helper.php) (revision 16513) +++ branches/5.2.x/core/units/helpers/controls/minput_helper.php (.../minput_helper.php) (revision 16692) @@ -1,6 +1,6 @@ Application->GetVar($event->getPrefixSpecial(true)); if ($items_info) { - list ($id, $field_values) = each($items_info); + $field_values = current($items_info); foreach ($field_values as $field_name => $field_value) { $object->SetField($field_name, $field_value); @@ -215,4 +215,4 @@ } } } - } \ No newline at end of file + }