topic title custom icons (see previous commit)

v1.18.x
psychobunny 9 years ago
parent 936afaded3
commit aedeb36776

@ -211,6 +211,8 @@ var social = require('./social');
topicData.locked = parseInt(topicData.locked, 10) === 1;
topicData.pinned = parseInt(topicData.pinned, 10) === 1;
topicData.icons = [];
Topics.getRelatedTopics(topicData, uid, next);
},
function (related, next) {

Loading…
Cancel
Save