This commit is contained in:
Julian Lam
2018-03-20 08:41:49 -04:00
parent eaae5b52cd
commit 9e44fc6ae2
3 changed files with 3 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ Digest.send = function (data, callback) {
});
emailsSent += 1;
emailer.send('digest', userObj.uid, {
subject: '[' + meta.config.title + '] [[email:digest.subject, ' + (now.getFullYear() + '/' + (now.getMonth() + 1) + '/' + now.getDate()) + ']]',
subject: '[[email:digest.subject, ' + (now.getFullYear() + '/' + (now.getMonth() + 1) + '/' + now.getDate()) + ']]',
username: userObj.username,
userslug: userObj.userslug,
notifications: notifications,