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.
| Comment | File | Size | Author |
|---|---|---|---|
| multigroup_wrong_array_usage.patch | 1.75 KB | benoitg |
Comments
Comment #1
benoitg commentedThe patch is required to run http://drupal.org/node/666866
Comment #2
karens commentedI need a more detail explanation of why you think this patch is needed. I'm not tracking the problem.
Comment #3
karens commentedNo response.