mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
This commit is contained in:
@@ -326,7 +326,7 @@ module.exports = function (Topics) {
|
||||
}, next);
|
||||
},
|
||||
function (results, next) {
|
||||
if (results.mainPid) {
|
||||
if (parseInt(results.mainPid, 10)) {
|
||||
results.pids = [results.mainPid].concat(results.pids);
|
||||
}
|
||||
next(null, results.pids);
|
||||
|
||||
Reference in New Issue
Block a user