www

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

commit ab145f1af79bcf51f36fc4d2e08aa83541662109
parent e54b6b4e77ebb621389f4326dfd1b1750f4a3d67
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 22 Jan 2012 18:02:31 -0500

Fix translation

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 @@ -1604,7 +1604,7 @@ Zotero.Translate.Import.prototype._loadTranslator = function(translator, callbac */ Zotero.Translate.Import.prototype._loadTranslatorPrepareIO = function(translator, callback) { var configOptions = this._sandboxManager.sandbox.ZOTERO_TRANSLATOR_INFO.configOptions; - var dataMode = configOptions ? configOptions : {}; + var dataMode = configOptions ? configOptions["dataMode"] : ""; var me = this; var initCallback = function(status, err) {