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