Closed (fixed)
Project:
Feed Element Mapper
Version:
5.x-1.0-beta4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2008 at 21:25 UTC
Updated:
13 Mar 2008 at 23:31 UTC
feedapi_mapper.module, line 38:
...
$node_type = arg(3) ? str_replace('-', '_', arg(3)) : NULL;
if ($node_type && feedapi_enabled($node_type, <b>'feedapi_node'</b>)) {
$items[] = array(
...
Feed type name is hardcoded. But user may have any number of feed types with different settings and different names. I think, logic should be changed.
Comments
Comment #1
alex_b commentedAgree. This one is critical.
Comment #2
alex_b commentedThis one was pretty dumb. Thanks for reporting.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.