mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-16 20:51:04 +02:00
added parentCid 0 to new categories
This commit is contained in:
@@ -39,6 +39,7 @@ var db = require('./database'),
|
||||
bgColor: data.bgColor,
|
||||
color: data.color,
|
||||
slug: slug,
|
||||
parentCid: 0,
|
||||
topic_count: 0,
|
||||
post_count: 0,
|
||||
disabled: 0,
|
||||
|
||||
Reference in New Issue
Block a user