Posted by gippo on June 3, 2008 at 2:58pm
Jump to:
| Project: | Profile Generator |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
This was fixed in http://drupal.org/node/201345
Thank for your bug report though.