diff --git a/chrome/content/zotero/xpcom/connector/cachedTypes.js b/chrome/content/zotero/xpcom/connector/cachedTypes.js index 2156ebaf9..369e8d863 100644 --- a/chrome/content/zotero/xpcom/connector/cachedTypes.js +++ b/chrome/content/zotero/xpcom/connector/cachedTypes.js @@ -120,7 +120,7 @@ Zotero.Connector_Types = new function() { this.getPrimaryIDForType = function(idOrName) { var itemType = itemTypes[idOrName]; if(!itemType) return false; - return itemTypes[3]/* creatorTypes */[0]; + return itemType[3]/* creatorTypes */[0]; }; }