diff --git a/core/server/update-check.js b/core/server/update-check.js index 238f94fbdb..a218d40a76 100644 --- a/core/server/update-check.js +++ b/core/server/update-check.js @@ -53,7 +53,7 @@ module.exports = async () => { ghostVersion: ghostVersion.original }, request, - sendEmail: ghostMailer.send + sendEmail: ghostMailer.send.bind(ghostMailer) }); await updateChecker.check();