send groupData on action:group.create

This commit is contained in:
barisusakli
2015-01-18 17:07:21 -05:00
parent 4317b3c872
commit 6f140384e0

View File

@@ -434,9 +434,7 @@ var async = require('async'),
async.parallel(tasks, function(err) { async.parallel(tasks, function(err) {
if (!err) { if (!err) {
plugins.fireHook('action:group.create', { plugins.fireHook('action:group.create', groupData);
name: data.name
});
} }
callback(err); callback(err);