Please open feeds_tamper.module: row# 54 with next:

          // If the item was unset by previous plugin, jump ahead.
          if (!isset($result->items[$item_key])) {
            break 2;
          }

But in this function, this $result variable unassigned anywhere.

Comments

twistor’s picture

Version: 6.x-1.0-beta4 » 6.x-1.x-dev
Status: Active » Closed (duplicate)