diff --git a/chrome/content/zotero/xpcom/translate.js b/chrome/content/zotero/xpcom/translate.js index a61169182..8dedafc81 100644 --- a/chrome/content/zotero/xpcom/translate.js +++ b/chrome/content/zotero/xpcom/translate.js @@ -1241,7 +1241,7 @@ Zotero.Translate.prototype._itemDone = function(item, attachedTo) { // try to assign correct creator type if(data[j].creatorType) { try { - var creatorType = Zotero.CreatorTypes.getID(data[j].creatorType); + var creatorTypeID = Zotero.CreatorTypes.getID(data[j].creatorType); } catch(e) { Zotero.debug("Translate: Invalid creator type "+data[j].creatorType+" for creator index "+j, 2); }