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.
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi_mapper.module.20081012-d6-content_type_name.patch | 1.5 KB | ekes |
Comments
Comment #1
alex_b commentedThat's a great catch, ekes. Thanks a lot. Committed.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.