www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 52f47b2510b195b48a45336e4a75e1184cac2556
parent 821ab4235c9ed22b85464c4379ad6051a2b61c3b
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu,  8 Mar 2012 01:26:45 -0500

Fix bug affecting translation-server

Diffstat:
Mchrome/content/zotero/xpcom/translation/translate.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -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; }