mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 13:07:29 +02:00
closes #4775
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user