more fixes

This commit is contained in:
Baris Usakli
2013-07-03 12:21:24 -04:00
parent 98013536d1
commit 9c3046b89b
4 changed files with 28 additions and 32 deletions

View File

@@ -133,7 +133,7 @@ var RDB = require('./redis.js'),
}
function getTeaserInfo(next) {
topics.get_teaser(topicData.tid, function(teaser) {
topics.getTeaser(topicData.tid, function(teaser) {
next(null, teaser);
});
}