remove empty fields from new posts

This commit is contained in:
barisusakli
2016-10-08 19:25:10 +03:00
parent 6f86621e30
commit 848065c820

View File

@@ -38,8 +38,6 @@ module.exports = function(Posts) {
'tid': tid,
'content': content,
'timestamp': timestamp,
'editor': '',
'edited': 0,
'deleted': 0
};