mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
fix typo
This commit is contained in:
@@ -130,7 +130,7 @@ module.exports = function(Posts) {
|
||||
async.waterfall([
|
||||
async.apply(plugins.fireHook, 'filter:topic.edit', {req: data.req, topic: topicData}),
|
||||
function(results, next) {
|
||||
db.setObject('topic:' + tid, results.topicData, next);
|
||||
db.setObject('topic:' + tid, results.topic, next);
|
||||
},
|
||||
function(next) {
|
||||
topics.updateTags(tid, data.tags, next);
|
||||
|
||||
Reference in New Issue
Block a user