fix global moderators upgrade script

v1.18.x
barisusakli 9 years ago
parent 697ac309f8
commit 7180174b91

@ -384,7 +384,7 @@ Upgrade.upgrade = function(callback) {
},
function (exists, next) {
if (exists) {
return next();
return next(null, null);
}
groups.create({
name: 'Global Moderators',

Loading…
Cancel
Save