Fix saving to collections
This commit is contained in:
parent
723213f11f
commit
2d475522ad
|
@ -502,7 +502,7 @@ var Zotero_Browser = new function() {
|
|||
}
|
||||
|
||||
libraryID = ZoteroPane.getSelectedLibraryID();
|
||||
collection = ZoteroPane.getSelectedCollection(true);
|
||||
collection = ZoteroPane.getSelectedCollection();
|
||||
} catch(e) {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user