Closed (fixed)
Project:
Profile Generator
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2008 at 14:58 UTC
Updated:
10 Jun 2010 at 00:28 UTC
The section about custom node types configuration export has a small bug:
- the code uses the $params variable, but in the loop it's never resetted.
May be a:
$params=array();
after line 202 can solve.
Comments
Comment #1
Shiny commentedThis was fixed in http://drupal.org/node/201345
Thank for your bug report though.