mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
send values to plugins when updating groups
This commit is contained in:
@@ -512,7 +512,7 @@ var async = require('async'),
|
||||
|
||||
plugins.fireHook('action:group.update', {
|
||||
name: groupName,
|
||||
values: payload
|
||||
values: values
|
||||
});
|
||||
renameGroup(groupName, values.name, callback);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user