This commit is contained in:
barisusakli
2015-02-26 12:22:48 -05:00
parent 046bcef800
commit f7f453f8cd
5 changed files with 73 additions and 92 deletions

View File

@@ -248,8 +248,8 @@ var async = require('async'),
plugins.fireHook('filter:group.get', {group: results.base}, function(err, data) {
callback(err, data ? data.group : null);
});
});
});
});
});
};
@@ -906,10 +906,10 @@ var async = require('async'),
}
return group;
});
plugins.fireHook('filter:groups.get', {groups: groupData}, function(err, data) {
callback(err, data ? data.groups : null);
});
callback(err, data ? data.groups : null);
});
});
};