Fixes #1714, Adding by PMID doesn't work for groups

This commit is contained in:
Dan Stillman 2010-08-28 17:00:43 +00:00
parent dbcc4408bc
commit 0d9f45b0fa

View File

@ -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;
}