From fa4df719e19593604107e9ce53ff4430870a0a89 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 2 Jan 2009 17:32:23 +0000 Subject: [PATCH] Fix error exporting items with child notes with tags --- chrome/content/zotero/xpcom/data/item.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index 899b602c1..d691f67dd 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -3395,7 +3395,10 @@ Zotero.Item.prototype.toArray = function (mode) { var tags = this.getTags(); if (tags) { for (var i=0; i