diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js index 1309b68c9..aecbb36a9 100644 --- a/chrome/content/zotero/xpcom/storage/zfs.js +++ b/chrome/content/zotero/xpcom/storage/zfs.js @@ -249,8 +249,7 @@ Zotero.Sync.Storage.ZFS = (function () { // File was already available, so uploading isn't required if (rootTag == 'exists') { - existsCallback(); - return false; + return existsCallback(); } var url = req.responseXML.getElementsByTagName('url')[0].textContent;