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

Fix a typo in the return value of process() in FeedsTermProcessor.

parent a1d8f565
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
Feeds 6.x 1.0 xxxxx xx, 2010-xx-xx
----------------------------------
- alex_b: Fix a typo in the return value of process() in FeedsTermProcessor.
- alex_b: Stop PubSubHubbub from subscribing if it is not enabled.
- #711664 neclimdul: guarantee compatibility with CTools 1.4 by declaring that
Feeds uses hooks to define plugins via hook_ctools_plugin_plugins().
......
......@@ -70,7 +70,7 @@ class FeedsTermProcessor extends FeedsProcessor {
drupal_set_message(t('There are no new terms.'));
}
return FEEDS_NODE_BATCH_SIZE;
return FEEDS_BATCH_COMPLETE;
}
/**
......
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