Fix duplicates merging, broken by r10414

This commit is contained in:
Simon Kornblith 2011-09-07 04:05:17 +00:00
parent 28e7531710
commit 2175700312

View file

@ -147,6 +147,7 @@ var Zotero_Duplicates_Pane = new function () {
this.merge = function () {
var itembox = document.getElementById('zotero-duplicates-merge-item-box');
Zotero.ItemGroupCache.clear();
Zotero.Items.merge(itembox.item, _otherItems);
}
}