mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 20:16:31 +02:00
Merge remote-tracking branch 'origin'
This commit is contained in:
@@ -336,7 +336,7 @@ var SocketIO = require('socket.io').listen(global.server, { log:false }),
|
||||
});
|
||||
},
|
||||
function(next) {
|
||||
topics.getTitle(data.pid, function(title) {
|
||||
topics.getTitleByPid(data.pid, function(title) {
|
||||
next(null, title);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user