diff --git a/chrome/content/zotero/xpcom/translate.js b/chrome/content/zotero/xpcom/translate.js index cd9e49bed..4d538bd4b 100644 --- a/chrome/content/zotero/xpcom/translate.js +++ b/chrome/content/zotero/xpcom/translate.js @@ -1223,7 +1223,7 @@ Zotero.Translate.prototype._translationComplete = function(returnValue, error) { +this._generateErrorString(error), 3); if(this.translator.length > 1) { this.translator.shift(); - this.translate(); + this.translate(this.libraryID, this.saveAttachments); return; }