mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-16 00:00:29 +02:00
crash fix
This commit is contained in:
@@ -527,6 +527,7 @@ var async = require('async'),
|
||||
}
|
||||
|
||||
Posts.getPidIndex = function(pid, uid, callback) {
|
||||
callback = callback || function() {};
|
||||
async.parallel({
|
||||
settings: function(next) {
|
||||
user.getSettings(uid, next);
|
||||
|
||||
Reference in New Issue
Block a user