v1.18.x
barisusakli 8 years ago
parent 37be43a3c5
commit 0478e9c98c

@ -109,7 +109,7 @@ var emailer = require('../emailer');
plugins.fireHook('action:user.email.confirmed', { uid: confirmObj.uid, email: confirmObj.email }, next); plugins.fireHook('action:user.email.confirmed', { uid: confirmObj.uid, email: confirmObj.email }, next);
}, },
], next); ], next);
} },
], function (err) { ], function (err) {
callback(err); callback(err);
}); });

Loading…
Cancel
Save