This commit is contained in:
Barış Soner Uşaklı
2016-06-29 22:49:32 +03:00
parent f20efda911
commit ca0bfc777e

View File

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