This commit is contained in:
barisusakli
2014-06-10 16:56:55 -04:00
parent b43602f5b6
commit 311a7ad5b9
12 changed files with 224 additions and 135 deletions

View File

@@ -8,7 +8,7 @@ var async = require('async'),
module.exports = function(Posts) {
Posts.delete = function(pid, callback) {
Posts.purge = function(pid, callback) {
async.parallel([
function(next) {
deletePostFromTopicAndUser(pid, next);