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

alex_b’s picture

Priority: Normal » Critical

Agree. This one is critical.

alex_b’s picture

Status: Active » Fixed

This one was pretty dumb. Thanks for reporting.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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