Merge remote-tracking branch 'origin'

This commit is contained in:
Julian Lam
2013-06-13 11:40:21 -04:00
18 changed files with 138 additions and 59 deletions

View File

@@ -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);
});
}