mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
group creation and deletion from outside ACP, #2588
This commit is contained in:
@@ -386,7 +386,7 @@ var async = require('async'),
|
||||
var groupData = {
|
||||
name: data.name,
|
||||
userTitle: data.name,
|
||||
description: data.description,
|
||||
description: data.description || '',
|
||||
deleted: '0',
|
||||
hidden: '0',
|
||||
system: system ? '1' : '0',
|
||||
|
||||
Reference in New Issue
Block a user