Closed (fixed)
Project:
Feeds Node Multisource
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2010 at 23:06 UTC
Updated:
4 Aug 2010 at 19:40 UTC
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