mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
fixed updateTopicCount
This commit is contained in:
@@ -1160,7 +1160,7 @@ var async = require('async'),
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
db.setObjectField('global', count, callback);
|
||||
db.setObjectField('global', 'topicCount', count, callback);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user