diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index 92e42292a..b56978a7c 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -4113,6 +4113,8 @@ Zotero.Item.prototype.fromJSON = function (json) { // Use? case 'md5': case 'mtime': + // Handled below + case 'collections': break; case 'accessDate':