added missing callback

This commit is contained in:
barisusakli
2015-05-29 00:40:59 -04:00
parent fc99864c06
commit fc19405170

View File

@@ -236,6 +236,7 @@ var async = require('async'),
return callback(err);
}
plugins.fireHook('action:group.set', {field: field, value: value, type: 'set'});
callback();
});
};