diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 7dc0f032ed..9d3d3b05ad 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -745,7 +745,7 @@ var ZoteroPane = new function() return false; } - if (!this.canEdit()) { + if (!this.canEditLibrary()) { this.displayCannotEditLibraryMessage(); return; } @@ -1088,7 +1088,24 @@ var ZoteroPane = new function() ]; for(var i=0; i