function feedapi_mapper_menu() uses the function content_types(); to generate content types names to use in the URL. This creates a dependency on content.module

function feedapi_mapper_page() doesn't change the URL content type name back into the content type name used by Drupal internally (and saved in variables by feedapi.module).

str_replace('_', '-', $var); and vice-versa is used in node.module for this.

Comments

alex_b’s picture

Status: Needs review » Fixed

That's a great catch, ekes. Thanks a lot. Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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