diff --git a/chrome/content/zotero/xpcom/translation/item_local.js b/chrome/content/zotero/xpcom/translation/item_local.js index 09f1b6c77..7414c5508 100644 --- a/chrome/content/zotero/xpcom/translation/item_local.js +++ b/chrome/content/zotero/xpcom/translation/item_local.js @@ -23,7 +23,7 @@ ***** END LICENSE BLOCK ***** */ -Zotero.Translate.ItemSaver = function(libraryID, attachmentMode, forceTagType, disableReentrancy) { +Zotero.Translate.ItemSaver = function(libraryID, attachmentMode, forceTagType) { // initialize constants this.newItems = []; this.newCollections = [];