This commit is contained in:
barisusakli
2016-02-25 18:01:59 +02:00
parent 3567f2ad55
commit ebcd892aee
4 changed files with 9 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ module.exports = function(Topics) {
function (_cid, next) {
cid = _cid;
Topics.purgePostsAndTopic(tid, next);
Topics.purgePostsAndTopic(tid, uid, next);
},
function (next) {
next(null, {tid: tid, cid: cid, uid: uid});