diff -u b/plugins/FeedsProcessor.inc b/plugins/FeedsProcessor.inc --- b/plugins/FeedsProcessor.inc +++ b/plugins/FeedsProcessor.inc @@ -718,10 +718,10 @@ 'mappings' => array(), 'update_existing' => FEEDS_SKIP_EXISTING, 'update_non_existent' => FEEDS_SKIP_NON_EXISTENT, + 'republish_previously_non_existent' => 0, 'input_format' => NULL, 'skip_hash_check' => FALSE, 'bundle' => $bundle, - 'republish_previously_non_existent' => 0, ); }