mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +01:00
removed old code that was no longer necessary, updated privilege table to show all groups (similar to previous behaviour), fixes #2887
This commit is contained in:
@@ -47,6 +47,7 @@ var async = require('async'),
|
||||
getEphemeralGroup: function(groupName) {
|
||||
return {
|
||||
name: groupName,
|
||||
slug: utils.slugify(groupName),
|
||||
description: '',
|
||||
deleted: '0',
|
||||
hidden: '0',
|
||||
|
||||
Reference in New Issue
Block a user