mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
closes #4808
This commit is contained in:
@@ -82,7 +82,7 @@ module.exports = function(Groups) {
|
||||
};
|
||||
|
||||
function setGroupTitleIfNotSet(groupName, uid, callback) {
|
||||
if (groupName === 'registered-users') {
|
||||
if (groupName === 'registered-users' || Groups.isPrivilegeGroup(groupName)) {
|
||||
return callback();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user