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