mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 14:50:47 +01: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