This commit is contained in:
Barış Soner Uşaklı
2018-01-16 18:20:57 -05:00
parent ea64a6060b
commit f3fda152bf
7 changed files with 165 additions and 34 deletions

View File

@@ -140,7 +140,7 @@ module.exports = function (Posts) {
db.setObject('topic:' + tid, results.topic, next);
},
function (next) {
topics.updateTags(tid, data.tags, next);
topics.updateTopicTags(tid, data.tags, next);
},
function (next) {
topics.getTopicTagsObjects(tid, next);