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
Comment #1
andrewlevine commentedThanks Hanno: http://drupal.org/cvs?commit=396110