ItemGetter shouldn't break with an empty DB
This commit is contained in:
parent
409553da2e
commit
de0b7ba181
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ Zotero.Translate.ItemSaver.prototype = {
|
|||
}
|
||||
|
||||
Zotero.Translate.ItemGetter = function() {
|
||||
this._itemsLeft = null;
|
||||
this._itemsLeft = [];
|
||||
this._collectionsLeft = null;
|
||||
this._exportFileDirectory = null;
|
||||
this.legacy = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue