Skip to content
Snippets Groups Projects
Commit ade51297 authored by Alex Barth's avatar Alex Barth
Browse files

#631248 velosol: FeedsNodeProcessor doesn't set 'log' when updating nodes.

parent 5d0c4ed3
No related branches found
No related tags found
No related merge requests found
// $Id$
Feeds 6.x 1.x, XXXX-XX-XX
--------------------------
- #631248 velosol: Set log message when creating a node in FeedsNodeProcessor.
Feeds 6.x 1.0 Alpha 7, 2009-11-04
---------------------------------
......
......@@ -119,6 +119,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
// Assign an aggregated node always to anonymous.
// @todo: change to feed node uid to keep in line with feedapi.
$target_node->uid = 0;
$target_node->log = 'Created/updated by FeedsNodeProcessor';
// Load all mappers. parent::map() might invoke their callbacks.
self::loadMappers();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment