Fix saving to collections
This commit is contained in:
parent
723213f11f
commit
2d475522ad
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ var Zotero_Browser = new function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libraryID = ZoteroPane.getSelectedLibraryID();
|
libraryID = ZoteroPane.getSelectedLibraryID();
|
||||||
collection = ZoteroPane.getSelectedCollection(true);
|
collection = ZoteroPane.getSelectedCollection();
|
||||||
} catch(e) {}
|
} catch(e) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue