Fix purgeDeletedStorageFiles() (from 5442e2e8
)
This commit is contained in:
parent
ff5353fec1
commit
c185ffc728
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ Zotero.Sync.Storage.ZFS = (function () {
|
|||
obj._purgeDeletedStorageFiles = function () {
|
||||
return Q.fcall(function () {
|
||||
// Cache the credentials at the root
|
||||
return self._cacheCredentials();
|
||||
return this._cacheCredentials();
|
||||
}.bind(this))
|
||||
then(function () {
|
||||
// If we don't have a user id we've never synced and don't need to bother
|
||||
|
|
Loading…
Add table
Reference in a new issue