diff --git a/chrome/content/zotero/xpcom/data/collection.js b/chrome/content/zotero/xpcom/data/collection.js index aa3213733..c0040ad58 100644 --- a/chrome/content/zotero/xpcom/data/collection.js +++ b/chrome/content/zotero/xpcom/data/collection.js @@ -427,7 +427,7 @@ Zotero.Collection.prototype.removeItems = Zotero.Promise.coroutine(function* (it return; } - var current = this.getChildItems(true); + var current = this.getChildItems(true, true); Zotero.DB.requireTransaction(); for (let i=0; i