This commit is contained in:
barisusakli
2016-10-17 19:01:42 +03:00
16 changed files with 86 additions and 85 deletions

View File

@@ -136,6 +136,7 @@ module.exports = function (Posts) {
},
function (tags, next) {
topicData.tags = data.tags;
topicData.oldTitle = results.topic.title;
plugins.fireHook('action:topic.edit', topicData);
next(null, {
tid: tid,

View File

@@ -49,7 +49,7 @@ var utils = require('../../public/src/utils');
if (err) {
winston.error('[user/jobs] Could not send digests (' + interval + '): ' + err.message);
} else {
winston.info('[user/jobs] Digest (' + interval + ') scheduling completed.');
winston.info('[user/jobs] Digest (' + interval + ') scheduling completed. ' + data.subscribers.length + ' email(s) sent.');
}
});
} else {