diff --git a/chrome/content/zotero/xpcom/csl.js b/chrome/content/zotero/xpcom/csl.js index 111f632502..df40c9e15e 100644 --- a/chrome/content/zotero/xpcom/csl.js +++ b/chrome/content/zotero/xpcom/csl.js @@ -1643,7 +1643,7 @@ Zotero.CSL.Citation.prototype.remove = function(citationItems) { * copies a citation */ Zotero.CSL.Citation.prototype.clone = function() { - var clone = new Zotero.CSL.Citation(); + var clone = new Zotero.CSL.Citation(null, this._csl); // copy items for(var i=0; i