mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +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([
|
async.waterfall([
|
||||||
function(next) {
|
function(next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user