Fix typo
This commit is contained in:
parent
add589a744
commit
83facaeb44
1 changed files with 1 additions and 1 deletions
|
@ -2280,7 +2280,7 @@ Zotero.Sync.Server.Data = new function() {
|
||||||
// update them, which would trigger erroneous conflicts
|
// update them, which would trigger erroneous conflicts
|
||||||
var collections = [];
|
var collections = [];
|
||||||
for each(var col in deletedCollectionKeys) {
|
for each(var col in deletedCollectionKeys) {
|
||||||
col = Zotero.Collections.getByLibrayAndKey(col.libraryID, col.key);
|
col = Zotero.Collections.getByLibraryAndKey(col.libraryID, col.key);
|
||||||
// If collection never existed on this side
|
// If collection never existed on this side
|
||||||
if (!col) {
|
if (!col) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue