This commit is contained in:
barisusakli
2015-03-11 22:47:15 -04:00
parent f89741636c
commit c63d5f4b7a
3 changed files with 49 additions and 13 deletions

View File

@@ -953,11 +953,7 @@ var async = require('async'),
var memberOf = [];
isMembers.forEach(function(isMember, index) {
if (isMember) {
if (uids.length > 1) {
memberOf.push(util._extend({}, groupData[index]));
} else {
memberOf.push(groupData[index]);
}
memberOf.push(groupData[index]);
}
});