diff --git a/chrome/content/zotero/xpcom/data/cachedTypes.js b/chrome/content/zotero/xpcom/data/cachedTypes.js index 5315a67838..ff411b2450 100644 --- a/chrome/content/zotero/xpcom/data/cachedTypes.js +++ b/chrome/content/zotero/xpcom/data/cachedTypes.js @@ -193,7 +193,7 @@ Zotero.CreatorTypes = new function() { } var valid = false; - var types = this.getTypesForItemType(creatorTypeID, itemTypeID); + var types = this.getTypesForItemType(itemTypeID); for each(var type in types) { if (type.id == creatorTypeID) { valid = true;