mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
more fixes
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user