Revert line bgColor

This commit is contained in:
Сергей Савельев
2015-03-09 16:56:57 +03:00
parent cc384cc4d6
commit 8a5b5936b7

View File

@@ -21,7 +21,7 @@ module.exports = function(Categories) {
name: data.name,
description: ( data.description ? data.description : '' ),
icon: ( data.icon ? data.icon : '' ),
bgColor: ( data.bgColor ? data.bgColor : '' ),
bgColor: data.bgColor,
color: ( data.color ? data.color : '' ),
slug: slug,
parentCid: ( data.parentCid ? data.parentCid : 0 ),