Fix bug affecting translation-server
This commit is contained in:
parent
821ab4235c
commit
52f47b2510
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ Zotero.Translate.Sandbox = {
|
|||
var newCallback = function(selectedItems) {
|
||||
callbackExecuted = true;
|
||||
if(haveAsyncHandler) {
|
||||
translate.translate(this._libraryID, this._saveAttachments, selectedItems);
|
||||
translate.translate(translate._libraryID, translate._saveAttachments, selectedItems);
|
||||
} else {
|
||||
returnedItems = selectedItems;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue