diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 896f7d77d..c709726b0 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -2182,7 +2182,7 @@ Zotero.CSL.ItemSet.prototype._copyDisambiguation = function(fromItem, toItem) { Zotero.CSL.FormattedString = function(context, format, delimiter, subsequent) { this.context = context; - this.option = context.option; + this.option = context ? context.option : new XMLList(); this.format = format; this.delimiter = delimiter; this.string = "";