mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
fixed group renaming, ping @schamper
This commit is contained in:
@@ -462,7 +462,7 @@ var async = require('async'),
|
||||
name: groupName,
|
||||
values: payload
|
||||
});
|
||||
renameGroup(groupName, payload.name, callback);
|
||||
renameGroup(groupName, values.name, callback);
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user