I had a fix for this... Thought it was included in the update.
Find line 28:
Change line 28 to:PHP Code:if($configuration_group_id == ''){
I'll resubmit this right now.PHP Code:if(isset($configuration_group_id) && !zen_not_null($configuration_group_id)){


Reply With Quote

