This commit is contained in:
David Read 2015-11-23 17:40:35 +00:00
parent bc26159fb6
commit 3b4daf0609
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from ckanext.harvest.model import HarvestJob, HarvestObject, HarvestGatherError,
from ckan.plugins.core import SingletonPlugin, implements
from ckanext.harvest.interfaces import IHarvester
if p.toolkit.check_ckan_version(min_verion='2.3'):
if p.toolkit.check_ckan_version(min_version='2.3'):
from ckan.lib.munge import munge_tag
else:
# Fallback for older ckan versions which don't have a decent munger