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

Don't use a period at the end of a message.

parent 77db08fe
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class FeedsTermProcessor extends FeedsProcessor {
$target_term = array();
}
if (!$vocabulary = $this->vocabulary()) {
throw new Exception(t('No vocabulary specified for term processor.'));
throw new Exception(t('No vocabulary specified for term processor'));
}
$target_term['vid'] = $vocabulary->vid;
$target_term = parent::map($batch, $target_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