v1.18.x
Barış Soner Uşaklı 9 years ago
parent 53249de799
commit 09b93ac6ff

@ -339,7 +339,7 @@ function createGlobalModeratorsGroup(next) {
function (exists, next) {
if (exists) {
winston.info('Global Moderators group found, skipping creation!');
return next();
return next(null, null);
}
groups.create({
name: 'Global Moderators',

Loading…
Cancel
Save