This commit is contained in:
barisusakli
2016-06-22 22:00:38 +03:00
parent a0f655ccc1
commit 1e142a44cd

View File

@@ -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();
}