A copy of the node was used to store temporary values. Unfortunately, as the content of the arrays inside the node are still copied by reference, this would (among other things) overwrite the value of the item at index 1 with the values of the item at index 0 and cause recursion.

The attached patch fixes the problem.

CommentFileSizeAuthor
multigroup_wrong_array_usage.patch1.75 KBbenoitg

Comments

benoitg’s picture

Title: Incorrect array usage gives incorrect group decomposition in _content_multigroup_fieldgroup_view() » Patch: Incorrect array usage gives incorrect group decomposition in _content_multigroup_fieldgroup_view()

The patch is required to run http://drupal.org/node/666866

karens’s picture

Status: Needs review » Postponed (maintainer needs more info)

I need a more detail explanation of why you think this patch is needed. I'm not tracking the problem.

karens’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

No response.