mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-26 05:30:21 +02:00
backport missing return fix
fixes double topic creation if guest handles are allowed
This commit is contained in:
committed by
GitHub
parent
c0a4bf91f3
commit
550fa4717d
@@ -323,6 +323,7 @@ module.exports = function(Topics) {
|
||||
}
|
||||
callback();
|
||||
});
|
||||
return;
|
||||
}
|
||||
callback();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user