node types
gippo - June 3, 2008 - 14:58
| Project: | Profile Generator |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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.
