diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 07571dd80..9a5bea846 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -3338,7 +3338,7 @@ var ZoteroPane = new function() function viewAttachment(itemIDs, event, noLocateOnMissing, forceExternalViewer) { // If view isn't editable, don't show Locate button, since the updated // path couldn't be sent back up - if (!this.itemsView.editable) { + if (!this.collectionsView.editable) { noLocateOnMissing = true; }