From 2649d2f7dc36f9a7d4e473e4238b6beee6be3b3b Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Mon, 20 Apr 2020 13:19:27 +0100 Subject: [PATCH] Syncer: Fix typos Fixes a bug introduced in #4584 --- core/modules/syncer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/syncer.js b/core/modules/syncer.js index 18f3d7a7b..91bd7e701 100644 --- a/core/modules/syncer.js +++ b/core/modules/syncer.js @@ -584,7 +584,7 @@ SaveTiddlerTask.prototype.run = function(callback) { // Invoke the callback callback(null); },{ - tiddlerInfo: self.tiddlerInfo[task.title] + tiddlerInfo: self.syncer.tiddlerInfo[self.title] }); } else { this.syncer.logger.log(" Not Dispatching 'save' task:",this.title,"tiddler does not exist");