diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js index 3fb07ea0a..1823b1cc8 100644 --- a/chrome/content/zotero/xpcom/translation/translate.js +++ b/chrome/content/zotero/xpcom/translation/translate.js @@ -1176,7 +1176,7 @@ Zotero.Translate.Web.prototype._prepareTranslation = function() { */ Zotero.Translate.Web.prototype.translate = function(libraryID, saveAttachments, selectedItems) { this._selectedItems = selectedItems; - Zotero.Translate.Base.prototype.translate.apply(this, libraryID, saveAttachments); + Zotero.Translate.Base.prototype.translate.apply(this, [libraryID, saveAttachments]); } /**