mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
Merge remote-tracking branch 'origin'
This commit is contained in:
@@ -141,7 +141,7 @@ var utils = require('./../public/src/utils.js'),
|
||||
|
||||
User.getMultipleUserFields = function(uids, fields, callback) {
|
||||
if(uids.length === 0) {
|
||||
callback([]);
|
||||
callback({});
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user