From c185ffc7280c515095a3797ed58d4480891bf56e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 16 Apr 2013 00:15:54 -0400 Subject: [PATCH] Fix purgeDeletedStorageFiles() (from 5442e2e8) --- chrome/content/zotero/xpcom/storage/zfs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js index 7ec6513a9c..fa3a30321c 100644 --- a/chrome/content/zotero/xpcom/storage/zfs.js +++ b/chrome/content/zotero/xpcom/storage/zfs.js @@ -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