Skip to content

Commit

Permalink
closes #4775
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jun 22, 2016
1 parent a0f655c commit 1e142a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups/update.js
Expand Up @@ -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();
}

Expand Down

0 comments on commit 1e142a4

Please sign in to comment.