mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +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', {
|
plugins.fireHook('action:group.update', {
|
||||||
name: groupName,
|
name: groupName,
|
||||||
values: payload
|
values: values
|
||||||
});
|
});
|
||||||
renameGroup(groupName, values.name, callback);
|
renameGroup(groupName, values.name, callback);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user