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:
Julian Lam
2015-03-25 16:09:38 -04:00
parent 9b84a887d3
commit d3af278123
3 changed files with 16 additions and 61 deletions

View File

@@ -47,6 +47,7 @@ var async = require('async'),
getEphemeralGroup: function(groupName) {
return {
name: groupName,
slug: utils.slugify(groupName),
description: '',
deleted: '0',
hidden: '0',