This commit is contained in:
barisusakli
2014-11-06 16:29:14 -05:00
committed by Julian Lam
parent 727010822d
commit 6ae0ca17d7

View File

@@ -380,7 +380,7 @@ var async = require('async'),
db.rename('group:' + oldName, 'group:' + newName, next);
},
function(next) {
Groups.exists('group:' + oldName + ':members', function(err, exists) {
db.exists('group:' + oldName + ':members', function(err, exists) {
if (err) {
return next(err);
}