mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 23:40:38 +01:00
closes #2304
This commit is contained in:
@@ -191,7 +191,7 @@ usersController.getCSV = function (req, res, next) {
|
||||
}
|
||||
events.log({
|
||||
type: 'getUsersCSV',
|
||||
uid: req.user.uid,
|
||||
uid: req.uid,
|
||||
ip: req.ip,
|
||||
});
|
||||
async.waterfall([
|
||||
|
||||
Reference in New Issue
Block a user