Closed (fixed)
Project:
Views Calc
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2012 at 13:41 UTC
Updated:
8 May 2012 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
zyxware commentedThe issue was caused because the data fetched was being accessed as arrays instead of objects. The following patch fixes this issue.
Comment #2
karens commentedMost of this is a duplicate of #1193404: Undefined index: #children in theme_fieldset() , which I just applied. There may be a couple things here not already in that patch, so I'm comparing them now.
Comment #3
karens commentedOK, I think I pulled out the parts that differ. Thanks!