ItemGetter shouldn't break with an empty DB

This commit is contained in:
Aurimas Vinckevicius 2015-04-26 01:42:25 -05:00
parent 409553da2e
commit de0b7ba181

View file

@ -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;