From 9bf3517db1f37264f39a18f6aa36c5a73c7898f2 Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Mon, 15 Apr 2019 13:19:27 -0400 Subject: [PATCH] fix: failing test from 00552d7183f0416a0caa113fe2f1e658659648f7 --- src/user/approval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/approval.js b/src/user/approval.js index b0c7769422..dd319485d8 100644 --- a/src/user/approval.js +++ b/src/user/approval.js @@ -111,7 +111,7 @@ module.exports = function (User) { function (next) { plugins.fireHook('filter:register.complete', { uid: uid }, next); }, - function (next) { + function (result, next) { var title = meta.config.title || meta.config.browserTitle || 'NodeBB'; var data = { username: username,