Fix global assignment
This commit is contained in:
parent
f5044ab179
commit
8d96cf35bb
1 changed files with 2 additions and 2 deletions
|
@ -3169,10 +3169,10 @@ var ZoteroPane = new function()
|
|||
|
||||
if (item.libraryID) {
|
||||
var group = Zotero.Groups.getByLibraryID(item.libraryID);
|
||||
filesEditable = group.filesEditable;
|
||||
var filesEditable = group.filesEditable;
|
||||
}
|
||||
else {
|
||||
filesEditable = true;
|
||||
var filesEditable = true;
|
||||
}
|
||||
|
||||
if (saveSnapshot) {
|
||||
|
|
Loading…
Add table
Reference in a new issue