diff --git a/chrome/content/zotero/xpcom/translate.js b/chrome/content/zotero/xpcom/translate.js index 19d0507907..9974303d54 100644 --- a/chrome/content/zotero/xpcom/translate.js +++ b/chrome/content/zotero/xpcom/translate.js @@ -2177,6 +2177,7 @@ Zotero.Translate.prototype._exportGetCollection = function() { var returnItem = this._collectionsLeft.shift(); var obj = returnItem.serialize(); obj.name = obj.fields.name; + return obj; } }