diff --git a/chrome/content/zotero/bindings/merge.xml b/chrome/content/zotero/bindings/merge.xml index e2a79b64be..5a4eeaa7e5 100644 --- a/chrome/content/zotero/bindings/merge.xml +++ b/chrome/content/zotero/bindings/merge.xml @@ -63,7 +63,7 @@ } // Check for note or attachment - if (this.type == 'item') { + if (val instanceof Zotero.Item) { this.type = this._getTypeFromItem(val); }