diff --git a/chrome/content/zotero/xpcom/translate.js b/chrome/content/zotero/xpcom/translate.js index 428afd57a..d363a7a2c 100644 --- a/chrome/content/zotero/xpcom/translate.js +++ b/chrome/content/zotero/xpcom/translate.js @@ -1994,7 +1994,7 @@ Zotero.Translate.prototype._importConfigureIO = function(charset) { sStream = Components.classes["@mozilla.org/scriptableinputstream;1"] .createInstance(Components.interfaces.nsIScriptableInputStream); sStream.init(me._inputStream); - this._streams.push(sStream); + me._streams.push(sStream); } // read from the scriptable input stream