commit 0d9f45b0fa8fb021ade5847e119fd2a3f4a0817f parent dbcc4408bc65fc84dd5d10b14481ceda37bbd046 Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 28 Aug 2010 17:00:43 +0000 Fixes #1714, Adding by PMID doesn't work for groups Diffstat:
| M | chrome/content/zotero/xpcom/translate.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; }