From efae7073f2b9f3ce638ca8c38085e91d47579937 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 12 Jul 2017 01:18:54 -0400 Subject: [PATCH] Avoid log message about json.collections being unknown after e683b2be0 --- chrome/content/zotero/xpcom/data/item.js | 2 ++ 1 file changed, 2 insertions(+) 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':