diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js index ca596eacc..4ec77a0c3 100644 --- a/chrome/content/zotero/browser.js +++ b/chrome/content/zotero/browser.js @@ -151,7 +151,7 @@ var Zotero_Browser = new function() { // get libraryID and collectionID var libraryID, collectionID; - var pane = ZoteroOverlay.getActiveZoteroPane(); + var pane = ZoteroPane.getActiveZoteroPane(); if(pane) { libraryID = pane.getSelectedLibraryID(); collectionID = pane.getSelectedCollection(true);