mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-17 22:10:23 +01:00
fixed small bug
This commit is contained in:
@@ -165,7 +165,7 @@ var fs = require('fs'),
|
||||
});
|
||||
}
|
||||
|
||||
var updateUid = req.params.uid;
|
||||
var updateUid = req.user.uid;
|
||||
|
||||
async.waterfall([
|
||||
function(next) {
|
||||
|
||||
Reference in New Issue
Block a user