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.
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.