mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
fixed #985
This commit is contained in:
@@ -51,7 +51,8 @@ var db = require('./database'),
|
||||
'tid': tid,
|
||||
'content': newContent,
|
||||
'timestamp': timestamp,
|
||||
'reputation': 0,
|
||||
'reputation': '0',
|
||||
'votes': '0',
|
||||
'editor': '',
|
||||
'edited': 0,
|
||||
'deleted': 0
|
||||
|
||||
Reference in New Issue
Block a user