From 383ef98f911b248f5cfbff31c10b32a1d805c30b Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Wed, 8 Sep 2010 03:12:33 +0000 Subject: [PATCH] Make vocabulary() public, will need to be used by modules like geotaxonomy. --- plugins/FeedsTermProcessor.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc index 4244df70..5978f287 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']]; -- GitLab