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

@@ -183,7 +183,7 @@ var winston = require('winston'),
return callback(err || new Error('[[error:no-privileges]]'));
}
posts.delete(pid, callback);
posts.purge(pid, callback);
});
};