Fixes #1276, RDF export loses collection info (broken by me in r3652)

This commit is contained in:
Dan Stillman 2009-01-02 18:53:06 +00:00
parent d98f0ab07a
commit a161217f3b

View file

@ -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;
}
}