remove empty fields from new posts

v1.18.x
barisusakli 8 years ago
parent 6f86621e30
commit 848065c820

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

Loading…
Cancel
Save