commit c185ffc7280c515095a3797ed58d4480891bf56e
parent ff5353fec1025157769d54817985f8da96ac5aaf
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 16 Apr 2013 00:15:54 -0400
Fix purgeDeletedStorageFiles() (from 5442e2e8)
Diffstat:
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
@@ -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