mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
closed #3084
This commit is contained in:
@@ -116,7 +116,8 @@ module.exports = function(Posts) {
|
||||
data.tags = data.tags || [];
|
||||
|
||||
async.waterfall([
|
||||
function(next) {
|
||||
async.apply(plugins.fireHook,'filter:topic.edit', topicData),
|
||||
function(topicData, next) {
|
||||
db.setObject('topic:' + tid, topicData, next);
|
||||
},
|
||||
function(next) {
|
||||
|
||||
Reference in New Issue
Block a user