diff --git a/chrome/content/zotero/xpcom/data_access.js b/chrome/content/zotero/xpcom/data_access.js index 16bff5205..f9f7d6ea7 100644 --- a/chrome/content/zotero/xpcom/data_access.js +++ b/chrome/content/zotero/xpcom/data_access.js @@ -1694,6 +1694,7 @@ Zotero.Item.prototype.addTag = function(tag, type){ // If existing user and adding automatic, skip else if (type == 1 && existingTypes.indexOf(0) != -1) { Zotero.debug('Identical user tag already exists -- skipping automatic tag add'); + Zotero.DB.commitTransaction(); return false; } }