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

Clean up whitespace before working on term processor.

parent 368cc661
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ class FeedsTermProcessor extends FeedsProcessor {
$this->entity_type = 'taxonomy_term';
}
/**
* Implements FeedsProcessor::process().
*/
......@@ -27,7 +26,6 @@ class FeedsTermProcessor extends FeedsProcessor {
$created = $updated = $no_name = 0;
while ($item = $parser_result->shiftItem()) {
if (!($tid = $this->existingItemId($source, $parser_result)) || $this->config['update_existing'] != FEEDS_SKIP_EXISTING) {
// Map item to a term.
......
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