diff --git a/src/groups/update.js b/src/groups/update.js index f48ff96d2145..27d2cddc00de 100644 --- a/src/groups/update.js +++ b/src/groups/update.js @@ -168,7 +168,7 @@ module.exports = function(Groups) { return callback(err); } - if (parseInt(group.system, 10) === 1 || parseInt(group.hidden, 10) === 1) { + if (parseInt(group.system, 10) === 1) { return callback(); }