diff --git a/modules/backend/formwidgets/Repeater.php b/modules/backend/formwidgets/Repeater.php index 83e4ebe0d..3374f40c4 100644 --- a/modules/backend/formwidgets/Repeater.php +++ b/modules/backend/formwidgets/Repeater.php @@ -189,7 +189,6 @@ class Repeater extends FormWidgetBase if ($this->useGroups) { foreach ($value as $index => &$data) { $data['_group'] = $this->getGroupCodeFromIndex($index); - } // Make sure the $data reference is removed from memory so that the next loop won't modify it // which would cause the last item to receive the group code of the second-last item