In addanother.module, line 84,

drupal_goto('node/add/'. $node->type);

Shouldn't it be:

drupal_goto('node/add/'. str_replace('_', '-', $node->type));

For some reason, the tabs were going to node/add/content_type instead of node/add/content-type

Comments

Robin Monks’s picture

Status: Active » Fixed

Fixed in 6.x-1.6; thanks for reporting this issue!

--Robin

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.