diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc index 4244df70c570dec93c2c8d3e1347ff9190f0906a..5978f287cf6b66cd55cd612ca38d3060814c594c 100644 --- a/plugins/FeedsTermProcessor.inc +++ b/plugins/FeedsTermProcessor.inc @@ -218,7 +218,7 @@ class FeedsTermProcessor extends FeedsProcessor { * effort to use the vocabulary.module field as machine name to make * vocabularies exportable. */ - protected function vocabulary() { + public function vocabulary() { $vocabularies = taxonomy_get_vocabularies(); if (is_numeric($this->config['vocabulary'])) { return $vocabularies[$this->config['vocabulary']];