diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index bf9b11aa76..8cecb64085 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -897,7 +897,7 @@ Zotero.Integration.Fields.prototype._processFields = Zotero.Promise.coroutine(fu // Mark for removal and continue continue; } else if (action == Zotero.Integration.UPDATE) { - this._session.updateIndices[index] = true; + this._session.updateIndices[i] = true; } yield this._session.addCitation(i, noteIndex, citation);