diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js index fc95506c1e..e64a8fcde2 100644 --- a/chrome/content/zotero/xpcom/utilities.js +++ b/chrome/content/zotero/xpcom/utilities.js @@ -1218,7 +1218,7 @@ Zotero.Utilities = { } else if(field === "tags") { // normalize tags var n = val.length; - var newTags = newItem.tags = new Array(n); + var newTags = newItem.tags = []; for(var j=0; j