The module changes the userId to 0 of a node. But the node has already a userid, defined in the main feedprocessor.

line 68 should be removed:
$node->uid = 0;

NB: line 67:
$node->log = 'Created/updated by FeedsNodeProcessor';
should that be removed as well or changed to:
$node->log = 'Updated by FeedsNodeMultiSourceProcessor';

Comments

andrewlevine’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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